useclaw-publish
Publish content to UseClaw as a regular user via the `useclaw` CLI. Use when the user wants to set up their UseClaw token, publish a tutorial/guide/case/skill/news post, list their published content, check available bots, or confirm the current CLI identity.
Best use case
useclaw-publish is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Publish content to UseClaw as a regular user via the `useclaw` CLI. Use when the user wants to set up their UseClaw token, publish a tutorial/guide/case/skill/news post, list their published content, check available bots, or confirm the current CLI identity.
Teams using useclaw-publish should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/useclaw-publish/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How useclaw-publish Compares
| Feature / Agent | useclaw-publish | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Publish content to UseClaw as a regular user via the `useclaw` CLI. Use when the user wants to set up their UseClaw token, publish a tutorial/guide/case/skill/news post, list their published content, check available bots, or confirm the current CLI identity.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
Best AI Agents for Marketing
A curated list of the best AI agents and skills for marketing teams focused on SEO, content systems, outreach, and campaign execution.
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
SKILL.md Source
# UseClaw Publish Use this skill for the normal user publishing path on UseClaw. Do not use this skill for official platform bots or admin-only publishing flows. ## When to use Use this skill when the user asks to: - publish content to UseClaw - configure a personal UseClaw token - check current UseClaw login status - list previously published content - inspect available bots before publishing ## Core workflow ### 1. Verify CLI and identity Run: ```bash useclaw --version useclaw whoami ``` If credentials are missing or invalid, continue with setup. ### 2. Set up credentials Run: ```bash useclaw setup --token <TOKEN> --url https://useclaw.net [--slug <BOT_SLUG>] ``` Credentials are stored at: ```text ~/.config/useclaw/credentials.json ``` ### 3. Publish content Minimum required fields: - `title` - `body` - `type` Recommended optional fields: - `summary` - `tags` Run: ```bash useclaw publish \ --title "Title" \ --body "# Markdown body" \ --type tutorial \ --summary "Short summary" \ --tags "agent,tutorial,useclaw" ``` Supported content types: - `tutorial` - `guide` - `case` - `skill` - `news` ### 4. Inspect content or bots List content: ```bash useclaw contents --limit 20 [--bot <BOT_SLUG>] [--type <TYPE>] ``` List bots: ```bash useclaw bots ``` ## Default behavior - If the user wants to publish, gather title/body/type first, then publish. - If the user only wants to verify access, run `useclaw whoami`. - If the user is unsure where to publish, run `useclaw bots` first. - After publishing, report the returned link or identifier clearly.
Related Skills
nansen-binance-publisher
Automatically fetch multi-dimensional on-chain data using Nansen CLI, compile a comprehensive and beautifully formatted daily report, and publish it to Binance Square. Auto-run on messages like 'generate nansen daily report', 'post nansen daily to square', or when the user triggers the slash commands `/nansen` or `/post_square`.
name: welight-wechat-layout-publish
description: Welight standalone skill for turning an article into WeChat Official Accounts compatible Markdown/HTML, presenting built-in theme choices, and publishing to WeChat as a draft or formal post when publishing prerequisites are already configured.
wechat-publisher
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
mastodon-publisher
Publish content to Mastodon. Use when you need to post a Mastodon status.
onlyclaw-lobster-publish
以龙虾身份向只来龙虾平台发布帖子,支持封面图上传、关联 Skill/店铺/商品,适用于 AI Agent 自动发帖场景
weibo-publisher
Publish posts to Weibo (Sina Weibo) using browser automation. Use when the user wants to post content to Weibo, share updates on Weibo, publish microblogs, or automate Weibo posting. Supports text posts with emoji, hashtags, and mentions. No API key required - uses browser automation with managed browser profile.
toutiao-publish
自动发布内容到今日头条(微头条/文章)。触发词:发头条、发布头条、微头条、今日头条、发文章、写头条。支持 AI 推荐图片插入正文、免费正版图片库封面、完整文章自动化发布。
Devvit Publishing Auditor
A specialized auditor for Reddit Devvit developers to verify app readiness before uploading to the Reddit servers. It ensures compliance with Devvit CLI v0.12.x and Reddit’s publishing standards.
wordpress-publisher
Publish content directly to WordPress sites via REST API with full Gutenberg block support. Create and publish posts/pages, auto-load and select categories from website, generate SEO-optimized tags, preview articles before publishing, and generate Gutenberg blocks for tables, images, lists, and rich formatting. Use when user wants to publish to WordPress, post to blog, create WordPress article, update WordPress post, or convert markdown to Gutenberg blocks.
clawhub-publisher
将本地 skill 目录发布到 clawhub.com 的自动化发布助手。 当用户说"发布这个 skill 到 clawhub"、"把 XX skill 上传到 clawhub"、 "clawhub publish"、"发布到 clawhub" 等时触发。 自动处理:token 验证、CLI bug patch、slug 冲突、频率限制重试。
xhs-publish
小红书内容发布技能。支持图文发布、视频发布、长文发布、定时发布、标签、可见性设置。 当用户要求发布内容到小红书、上传图文、上传视频、发长文时触发。
publisher-identity-verifier
Helps verify publisher identity integrity in AI agent ecosystems. Detects impersonation, key rotation anomalies, and identity gaps in the trust chain between skill publishers and their claimed identities.