noimosai-cli

Operate the NoimosAI marketing platform from the terminal to generate, schedule, and publish social media content.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/AGOS-Labs/noimosai_skill --skill noimosai-cli-agos-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: noimosai-cli
Source: https://github.com/AGOS-Labs/noimosai_skill/tree/main/skills/noimosai-cli
Command: npx skills add https://github.com/AGOS-Labs/noimosai_skill --skill noimosai-cli-agos-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Managing social media marketing across a dozen platforms requires switching between dashboards, APIs, and scheduling tools. This Skill lets an agent drive the entire NoimosAI marketing platform from the terminal: onboarding workspaces, generating posts with an AI agent, publishing or scheduling content, and managing brand assets, all through deterministic CLI commands. ## Core Features & Use Cases - Content generation and publishing: Run noimosai chat to generate platform-specific posts, then publish immediately, schedule, or save as drafts across X, Instagram, TikTok, YouTube, LinkedIn, Pinterest, and more. - Workspace and brand management: Create workspaces via V2 onboarding, maintain the brand guide, knowledge base, and reusable workspace skills that ground agent output. - Analytics and tools: Run billed analysis tools (GEO, SEO, GSC, social insights) and typed MCP tools with inspectable schemas, plus manage inbox DMs/replies and API keys. - Use Case: A marketer asks the agent to create three Japanese Instagram posts for a coffee shop launch; the agent runs noimosai chat -p ..., reviews the JSON output, and schedules the posts with noimosai post posts.json --schedule. ## Quick Start Ask the agent to log in with your NoimosAI API key, list workspaces, and generate a draft social post for your chosen platform.

Frequently Asked Questions about noimosai-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate the noimosai CLI?

Run `noimosai login --api-key "$NOIMOS_API_KEY"` for a long-lived nms_ key, or `noimosai login --oauth` for a browser-based session. Then pick a workspace with `noimosai workspace list` and set it via `noimosai config set workspaceId <id>`.

Which social platforms does noimosai post support?

The `post` command supports x, threads, facebook, instagram, youtube, linkedin, tiktok, bluesky, pinterest, snapchat, mastodon, and note. WordPress and Substack long-form articles go through the separate `publish-article` command.

Can I safely retry a failed noimosai publish or tools run command?

Read-only commands and dry runs are safe to retry, but publishing, messaging, deletion, and billed `tools run` calls must not be blindly retried because each new CLI invocation is a new operation. Check error JSON `retry` and `nextActions` fields first.

Why does noimosai apikey create fail with api_key_session_required?

API key management requires a browser-based OAuth session, not an API key credential, so a leaked key cannot mint or revoke credentials. Run `noimosai login` and choose the browser flow, and note that `create` also needs team ADMIN rights.

What are the limitations of Pinterest posting with noimosai?

Pinterest requires a board ID and at least one media item per pin. Run `noimosai pinterest-boards <providerAccountId>` to list boards, then set the ID in the entry's `options.pinterest.boardId` field before posting.