Ghost Proxy

🌐Community
by ghostsecurity · vlatest · Repository

This skill creates temporary, anonymous proxies for secure browsing and testing, masking your IP address to protect privacy and bypass restrictions.

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 ghost-proxy npx -- -y @trustedskills/ghost-proxy
2

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

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

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

About This Skill

ghost-proxy

What it does

This skill enables AI agents to interact with Ghost CMS instances by acting as a secure proxy layer. It facilitates direct access to the platform's REST and GraphQL APIs while managing authentication tokens and request routing efficiently.

When to use it

  • Automating content management workflows such as publishing posts or updating tags without manual login.
  • Integrating Ghost data into external AI-driven analytics or reporting dashboards.
  • Bypassing CORS restrictions when an AI agent needs to fetch theme assets or API responses from a different origin.
  • Securing API interactions by centralizing token management and rate limiting logic within the proxy.

Key capabilities

  • Acts as an intermediary for Ghost CMS REST and GraphQL endpoints.
  • Manages session tokens and authentication headers transparently.
  • Routes requests to specific Ghost instance URLs dynamically.
  • Supports standard CRUD operations on blog content, users, and tags.

Example prompts

  • "Use ghost-proxy to fetch the latest 5 published posts from my Ghost site and summarize their titles."
  • "Create a new blog post titled 'AI in Security' via ghost-proxy with the tag 'technology'."
  • "Update the metadata for all posts tagged 'security' using the ghost-proxy connection."

Tips & gotchas

Ensure your Ghost instance has the necessary API keys or session tokens configured within the proxy settings before attempting write operations. This skill is designed specifically for Ghost CMS; it will not function with other static site generators or headless CMS platforms without modification.

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
ghostsecurity
Installs
183

🌐 Community

Passed automated security scans.