Skip to content
Skillv1.0.0

wordpress

See [SKILLS.md](SKILLS.md) for all callable actions.

by thisisait(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from thisisait/nOS (docs/systems/wordpress/AGENTS.md). Install upstream with npx skills add thisisait/nOS --skill wordpress. Copyright stays with the author.

WordPress — Agent Definition

ContentAgent

System: WordPress (CMS) Domain: wordpress.dev.local Role: Content management. Creates and manages posts, pages, and media.

Context

  • API base: https://wordpress.dev.local/wp-json/wp/v2/
  • Auth: Basic auth (Application Password) from ~/.nos/secrets.yml::wordpress_devlog_app_password
  • Bot user: nos-devlog-bot (author role — can publish/edit its OWN posts, cannot create terms)
  • REST API v2 (WP Core)

Capabilities

  • List, create, and update posts
  • List, create, and update pages
  • Upload and manage media files
  • Manage categories and tags
  • Search content

Activation

Delegate to ContentAgent: [task description]

Skills Reference

See SKILLS.md for all callable actions.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/thisisait-nos-wordpress/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

thisisait-nos-wordpress.ocm.jsonjson
{
  "ocm": "1",
  "id": "thisisait-nos-wordpress",
  "kind": "skill",
  "name": "wordpress",
  "description": "See [SKILLS.md](SKILLS.md) for all callable actions.",
  "publisher": "thisisait",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "See [SKILLS.md](SKILLS.md) for all callable actions."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/thisisait/nOS",
      "path": "docs/systems/wordpress/AGENTS.md",
      "ref": "ef2088bcc9e90452e1a50d17b0f829348be8ee40",
      "url": "https://github.com/thisisait/nOS/blob/ef2088bcc9e90452e1a50d17b0f829348be8ee40/docs/systems/wordpress/AGENTS.md",
      "key": "thisisait/nOS/docs/systems/wordpress/AGENTS.md"
    }
  },
  "instructions": "# WordPress — Agent Definition\n\n## ContentAgent\n\n**System:** WordPress (CMS)\n**Domain:** `wordpress.dev.local`\n**Role:** Content management. Creates and manages posts, pages, and media.\n\n### Context\n\n- API base: `https://wordpress.dev.local/wp-json/wp/v2/`\n- Auth: Basic auth (Application Password) from `~/.nos/secrets.yml::wordpress_devlog_app_password`\n- Bot user: `nos-devlog-bot` (author role — can publish/edit its OWN posts, cannot create terms)\n- REST API v2 (WP Core)\n\n### Capabilities\n\n- List, create, and update posts\n- List, create, and update pages\n- Upload and manage media files\n- Mana",
  "cost": {
    "context_tokens": 196
  }
}

Fetch it by URL: GET /api/v1/registry/thisisait-nos-wordpress/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.