Forem Api

🌐Community
by rawveg · vlatest · Repository

Provides API guidance and assistance for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add forem-api npx -- -y @trustedskills/forem-api
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "forem-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/forem-api"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with the Forem API. It enables retrieving and posting data, such as fetching recent posts or creating new ones on a Forem community. The skill provides access to features like searching for content and managing user accounts within a Forem instance.

When to use it

  • Community Monitoring: Automatically gather and summarize recent activity from a specific Forem community.
  • Content Creation: Generate and publish blog posts or articles directly to a Forem platform.
  • User Management (with appropriate permissions): Create new user accounts or manage existing ones on a Forem instance.
  • Data Extraction: Extract data, such as post titles and content, from a Forem community for analysis.

Key capabilities

  • Retrieval of posts
  • Posting of content
  • User account management (with permissions)
  • Content searching

Example prompts

  • "Fetch the five most recent posts from the 'dev' community on Forem."
  • "Create a new post titled 'AI Agent Skill Guide' with the following content..."
  • "Search for posts containing the keywords 'artificial intelligence' and 'machine learning'."

Tips & gotchas

  • Requires API keys or authentication credentials to access the Forem instance.
  • Be mindful of rate limits imposed by the Forem API.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
rawveg
Installs
20

🌐 Community

Passed automated security scans.