← 返回 Skills 市场
autopostonline

Autopostonline Agents

作者 AutoPostOnline · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
42
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install autopostonline-agents
功能描述
Enable autonomous AI agents to draft, schedule, publish, and analyze social media content securely via AutoPostOnline's unified publishing API.
使用说明 (SKILL.md)

AutoPostOnline Agents

Autonomous social publishing infrastructure for AI agents.

IMPORTANT: This skill requires an AutoPostOnline API key.

Install command:

openclaw skills install autopostonline-agents

Get your API key:

https://autopostonline.com/agents/

Price:

AutoPostOnline Agent Unlimited is $9/month.

What this skill does

Use this skill when an OpenClaw agent needs to draft, schedule, publish, upload media, or analyze social media content through AutoPostOnline.

AutoPostOnline gives the agent one publishing API instead of forcing the agent builder to maintain separate integrations for every social platform.

The owner connects social channels once. The owner creates one API key. The agent uses that key to publish inside the approved rules.

Core promise:

Connect once. Authorize once. Let your agent publish.

After installing, do this

  1. Subscribe to AutoPostOnline Agent Unlimited.

https://autopostonline.com/agents/

  1. Create or log in to your AutoPostOnline account.

https://app.autopostonline.com

  1. Connect the social channels your agent is allowed to use.

  2. Create an AutoPostOnline API key.

  3. Give the agent these environment variables:

POSTIZ_API_URL=https://app.autopostonline.com/api POSTIZ_API_KEY=your_api_key

  1. Tell the agent:

Use AutoPostOnline as my autonomous social publishing layer. First list connected integrations. In safe mode, create drafts and wait for approval. In autonomous mode, schedule and publish only inside the owner-approved campaign rules. Never ask for social media passwords.

Best for

  • Autonomous social media agents
  • Founder-brand agents
  • Content calendar agents
  • SaaS growth agents
  • Product launch agents
  • Marketing agents
  • Agency operator agents
  • n8n and Make automations
  • MCP clients
  • Custom AI operators
  • OpenClaw marketplace skills

Capabilities

The agent can use AutoPostOnline to:

  • List connected social channels
  • Create platform-specific drafts
  • Upload images and media
  • Schedule posts
  • Publish posts
  • Retrieve post status
  • Retrieve analytics
  • Run recurring publishing campaigns

Required API key

This skill requires an AutoPostOnline API key.

The owner creates the API key inside AutoPostOnline and gives it to the agent through environment variables.

POSTIZ_API_URL=https://app.autopostonline.com/api POSTIZ_API_KEY=your_api_key

Optional aliases:

AUTOPOSTONLINE_API_URL=https://app.autopostonline.com/api AUTOPOSTONLINE_API_KEY=your_api_key

Endpoints

API:

https://app.autopostonline.com/api

MCP:

https://app.autopostonline.com/api/mcp

Docs:

https://autopostonline.com/docs/agents/

Checkout:

https://buy.stripe.com/cNi7sL5pz0XkalC6nf24002

Authentication

Preferred:

Authorization: Bearer \x3Capi_key>

Fallback:

Authorization: \x3Capi_key>

First action

Before drafting, scheduling, or publishing, always list connected integrations.

GET /public/v1/integrations

This prevents wrong-account publishing and tells the agent which channels are available.

Operating modes

Safe mode

Default for first use.

The agent:

  1. Lists integrations
  2. Creates drafts
  3. Shows the owner
  4. Waits for approval
  5. Schedules or publishes after approval

Autonomous mode

Allowed after explicit owner authorization.

The agent can:

  1. Follow approved campaign rules
  2. Create platform-specific content
  3. Schedule posts
  4. Publish posts
  5. Check analytics
  6. Improve future posts

Security model

AutoPostOnline does not give social media passwords to agents.

Social accounts are connected by the owner through AutoPostOnline.

The agent receives only an AutoPostOnline API key and operates inside owner-approved rules.

Agents must:

  • Never ask for social media passwords
  • Never log API keys
  • List integrations before publishing
  • Stay inside approved channels and campaign rules
  • Clearly report whether content is drafted, scheduled, or published
  • Avoid private, illegal, misleading, hateful, or spam content
  • Adapt copy per platform
  • Avoid duplicate posts unless explicitly requested

If you installed but did not subscribe yet

The skill can be installed for free, but publishing requires an AutoPostOnline API key.

Start here:

https://autopostonline.com/agents/

安全使用建议
Install only if you intend to let an agent operate connected social channels through AutoPostOnline. Start in safe mode or with low-risk accounts, confirm the target integrations before posting, keep the API key in a secret manager or protected environment variable, and use autonomous mode only after defining allowed channels, topics, frequency, approval boundaries, and an emergency stop process.
能力标签
cryptorequires-walletrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The skill is explicitly for drafting, scheduling, publishing, media upload, and analytics on connected social channels through AutoPostOnline; those public-account actions are consequential but match the stated purpose.
Instruction Scope
The artifacts repeatedly instruct agents to list integrations first, use safe mode by default, require approval for safe mode, and limit autonomous mode to owner-approved channels, campaign rules, frequency, and scope.
Install Mechanism
The package is docs-only: inspected files are markdown/text/json/svg, no executable files, install scripts, dependency installers, background workers, or local command automation beyond example curl/API usage.
Credentials
It requires an AutoPostOnline API key and network access to the production AutoPostOnline API, which is proportionate for a publishing integration but should be treated as access to live social accounts.
Persistence & Privilege
No local persistence, privilege escalation, credential extraction, wallet access, or system modification is present; account linkage and ongoing authority are through the external AutoPostOnline service and user-provided API key.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install autopostonline-agents
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /autopostonline-agents 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added a new "After installing, do this" section with step-by-step setup instructions. - Moved subscription, account setup, and API key creation guidance to prominent positions for easier onboarding. - Clarified install command and pricing at the top. - Included a note that installation is free but publishing requires an API key (paid plan). - Streamlined instructions for environment variables and agent usage.
v1.0.1
- Documentation restructured for clarity and easier onboarding. - Expanded usage examples and detailed agent capabilities. - Added concise security model and explicit best practices for agents. - Included direct links for docs, checkout, and pricing information. - Improved OpenClaw instruction and environmental variable usage guidance.
v1.0.0
AutoPostOnline Agent Skill 1.0.0 — Initial Release - Enables autonomous AI agents to safely draft, schedule, publish, and analyze social media posts via AutoPostOnline. - Provides a secure publishing layer, avoiding direct handling of social passwords or browser sessions. - Supports both "safe mode" (owner approval workflow) and "autonomous mode" (fully automated posting within approved rules). - Details integration listing as a required first action to prevent publishing errors. - Outlines clear agent behavior rules for content safety, platform adaptation, and error handling.
元数据
Slug autopostonline-agents
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Autopostonline Agents 是什么?

Enable autonomous AI agents to draft, schedule, publish, and analyze social media content securely via AutoPostOnline's unified publishing API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。

如何安装 Autopostonline Agents?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install autopostonline-agents」即可一键安装,无需额外配置。

Autopostonline Agents 是免费的吗?

是的,Autopostonline Agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Autopostonline Agents 支持哪些平台?

Autopostonline Agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Autopostonline Agents?

由 AutoPostOnline(@autopostonline)开发并维护,当前版本 v1.0.2。

💬 留言讨论