← Back to Skills Marketplace
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install outfeed-social-manager
Description
Schedule and publish social media posts to 9 platforms (Instagram, Facebook, TikTok, YouTube, X/Twitter, LinkedIn, Threads, Pinterest, Bluesky) from your AI...
Usage Guidance
This skill appears to be what it says (an Outfeed-based social manager) but you should be cautious before enabling it. Key points to check: 1) The SKILL.md requires OUTFEED_API_KEY and 'npx', but the registry metadata earlier claims no env vars/binaries — ask the publisher to correct the metadata. 2) The runtime step runs 'npx -y @outfeedai/mcp-server', which will download and execute code from npm on your agent host; verify the npm package (publisher, version, source code, recent publish history) on npmjs.com and prefer a pinned version or integrity hash. 3) Only provide an Outfeed API key with minimal necessary permissions; consider creating an ephemeral or limited-scope key, and rotate it after use. 4) If possible, run the skill in a sandboxed environment (container or isolated agent instance) rather than a highly privileged host. 5) Confirm the Outfeed homepage and ownership (https://outfeed.ai) match the npm package and publisher. If you cannot verify the package provenance or prefer not to allow runtime npm fetch-and-execute, do not install or run this skill.
Capability Assessment
Purpose & Capability
The skill's goal (Outfeed social manager) aligns with requiring an Outfeed API key and providing tools to list accounts, create drafts, schedule, and publish. However, the registry metadata at the top of the package claims no required env vars/binaries while SKILL.md declares OUTFEED_API_KEY and requires 'npx' — that metadata mismatch is incoherent.
Instruction Scope
The SKILL.md stays within the described domain (social-post management) and does not instruct the agent to read unrelated files or credentials. It does, however, instruct launching an MCP server (npx @outfeedai/mcp-server) which will run code fetched from the network — this gives that remote code runtime capability on the agent host and broad discretion to access or transmit data related to social accounts.
Install Mechanism
There is no install spec, but SKILL.md tells the agent to run 'npx -y @outfeedai/mcp-server'. That will fetch and execute a package from the npm registry at runtime. Fetching and running arbitrary npm packages is a moderate-to-high risk activity (code is not pre-reviewed, can perform network I/O, file I/O, etc.). The package identity (@outfeedai/mcp-server) should be verified before use; the skill does not pin a version or integrity digest.
Credentials
The only credential the skill requests in SKILL.md is OUTFEED_API_KEY (declared required and marked secret), which is proportionate to a social-posting manager. But the top-level registry metadata lists no required env vars — this inconsistency is concerning and should be resolved. Verify the API key's scope/permissions before providing it.
Persistence & Privilege
The skill does not request 'always: true' and does not declare persistent or elevated system-wide privileges. It will run an MCP server via npx when invoked, which is normal for a tool-style skill but does increase runtime privilege while the server is running.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install outfeed-social-manager - After installation, invoke the skill by name or use
/outfeed-social-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Outfeed Social Media Manager skill for AI-driven scheduling and publishing.
- Schedule and publish posts to 9 major platforms: Instagram, Facebook, TikTok, YouTube, X (Twitter), LinkedIn, Threads, Pinterest, and Bluesky.
- Provides tools for creating drafts, scheduling, publishing, editing, bulk actions, and managing media files.
- Includes account management and group targeting features.
- Requires an Outfeed API key for operation.
- Enforces key rules for safe and effective social media management, including confirmation for destructive actions and support for timezones.
Metadata
Frequently Asked Questions
What is Outfeed Social Manager?
Schedule and publish social media posts to 9 platforms (Instagram, Facebook, TikTok, YouTube, X/Twitter, LinkedIn, Threads, Pinterest, Bluesky) from your AI... It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.
How do I install Outfeed Social Manager?
Run "/install outfeed-social-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Outfeed Social Manager free?
Yes, Outfeed Social Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Outfeed Social Manager support?
Outfeed Social Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Outfeed Social Manager?
It is built and maintained by Mehran G (@mehrang0); the current version is v1.0.0.
More Skills