← Back to Skills Marketplace
autopostonline

Autopostonline Agents

by AutoPostOnline · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
42
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install autopostonline-agents
Description
Enable autonomous AI agents to draft, schedule, publish, and analyze social media content securely via AutoPostOnline's unified publishing API.
README (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/

Usage Guidance
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.
Capability Tags
cryptorequires-walletrequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install autopostonline-agents
  3. After installation, invoke the skill by name or use /autopostonline-agents
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug autopostonline-agents
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Autopostonline Agents?

Enable autonomous AI agents to draft, schedule, publish, and analyze social media content securely via AutoPostOnline's unified publishing API. It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install Autopostonline Agents?

Run "/install autopostonline-agents" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Autopostonline Agents free?

Yes, Autopostonline Agents is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Autopostonline Agents support?

Autopostonline Agents is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Autopostonline Agents?

It is built and maintained by AutoPostOnline (@autopostonline); the current version is v1.0.2.

💬 Comments