{
  "schemaVersion": "1.0",
  "item": {
    "slug": "jrb-remote-site-api-skill-repo",
    "name": "Jrb Remote Site Api Skill Repo",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jrbconsulting-joel/jrb-remote-site-api-skill-repo",
    "canonicalUrl": "https://clawhub.ai/jrbconsulting-joel/jrb-remote-site-api-skill-repo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/jrb-remote-site-api-skill-repo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jrb-remote-site-api-skill-repo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/jrb-remote-site-api-skill-repo"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/jrb-remote-site-api-skill-repo",
    "agentPageUrl": "https://openagent3.xyz/skills/jrb-remote-site-api-skill-repo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jrb-remote-site-api-skill-repo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jrb-remote-site-api-skill-repo/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "JRB Remote Site API Skill",
        "body": "Interface with WordPress sites running the jrb-remote-site-api plugin. This skill enables AI agents to perform administrative tasks, content management, and integration with the Fluent suite (CRM, Forms, Support, etc.) via a secure REST API."
      },
      {
        "title": "Configuration",
        "body": "Required environment variables for targeting a site:\n\nJRB_API_URL: The base URL of the site (e.g., https://jrbconsulting.au)\nJRB_API_TOKEN: The secure API token configured in the plugin settings"
      },
      {
        "title": "1. System & Auth",
        "body": "Ping: Verify connection and token validity.\nSite Info: Get WordPress version, active theme, plugin version, and capabilities."
      },
      {
        "title": "2. Content Management (CRUD)",
        "body": "Posts & Pages: Create, read, update, delete, and list. Supports custom statuses (draft, publish, private).\nMedia: Upload and manage files in the WordPress Media Library."
      },
      {
        "title": "3. Plugin & Theme Management",
        "body": "Plugins: List, install, activate, deactivate, update, and delete.\nThemes: List active/available themes, switch themes, install from URL."
      },
      {
        "title": "4. Fluent Suite Integration (Modules)",
        "body": "FluentCRM: Manage contacts, lists, tags, and campaigns.\nFluentSupport: Professional ticket management and customer support.\nFluentProject: Task and project management automation.\nFluentBoards: Advanced board and task management."
      },
      {
        "title": "Verification",
        "body": "curl -H \"X-JRB-Token: \\$JRB_API_TOKEN\" \"\\$JRB_API_URL/wp-json/jrb-remote/v1/site\""
      },
      {
        "title": "Create a Page",
        "body": "curl -X POST -H \"X-JRB-Token: \\$JRB_API_TOKEN\" \\\\\n     -H \"Content-Type: application/json\" \\\\\n     -d '{\"title\": \"New Page\", \"content\": \"Hello World\", \"status\": \"publish\"}' \\\\\n     \"\\$JRB_API_URL/wp-json/jrb-remote/v1/pages\""
      },
      {
        "title": "Installation",
        "body": "This skill is designed to work with the JRB Remote Site API WordPress plugin.\nTo install:\nclawhub install jrb-remote-site-api"
      }
    ],
    "body": "JRB Remote Site API Skill\n\nInterface with WordPress sites running the jrb-remote-site-api plugin. This skill enables AI agents to perform administrative tasks, content management, and integration with the Fluent suite (CRM, Forms, Support, etc.) via a secure REST API.\n\nConfiguration\n\nRequired environment variables for targeting a site:\n\nJRB_API_URL: The base URL of the site (e.g., https://jrbconsulting.au)\nJRB_API_TOKEN: The secure API token configured in the plugin settings\nCore Capabilities\n1. System & Auth\nPing: Verify connection and token validity.\nSite Info: Get WordPress version, active theme, plugin version, and capabilities.\n2. Content Management (CRUD)\nPosts & Pages: Create, read, update, delete, and list. Supports custom statuses (draft, publish, private).\nMedia: Upload and manage files in the WordPress Media Library.\n3. Plugin & Theme Management\nPlugins: List, install, activate, deactivate, update, and delete.\nThemes: List active/available themes, switch themes, install from URL.\n4. Fluent Suite Integration (Modules)\nFluentCRM: Manage contacts, lists, tags, and campaigns.\nFluentSupport: Professional ticket management and customer support.\nFluentProject: Task and project management automation.\nFluentBoards: Advanced board and task management.\nUsage Patterns\nVerification\ncurl -H \"X-JRB-Token: \\$JRB_API_TOKEN\" \"\\$JRB_API_URL/wp-json/jrb-remote/v1/site\"\n\nCreate a Page\ncurl -X POST -H \"X-JRB-Token: \\$JRB_API_TOKEN\" \\\\\n     -H \"Content-Type: application/json\" \\\\\n     -d '{\"title\": \"New Page\", \"content\": \"Hello World\", \"status\": \"publish\"}' \\\\\n     \"\\$JRB_API_URL/wp-json/jrb-remote/v1/pages\"\n\nInstallation\n\nThis skill is designed to work with the JRB Remote Site API WordPress plugin. To install: clawhub install jrb-remote-site-api"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jrbconsulting-joel/jrb-remote-site-api-skill-repo",
    "publisherUrl": "https://clawhub.ai/jrbconsulting-joel/jrb-remote-site-api-skill-repo",
    "owner": "jrbconsulting-joel",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/jrb-remote-site-api-skill-repo",
    "downloadUrl": "https://openagent3.xyz/downloads/jrb-remote-site-api-skill-repo",
    "agentUrl": "https://openagent3.xyz/skills/jrb-remote-site-api-skill-repo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jrb-remote-site-api-skill-repo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jrb-remote-site-api-skill-repo/agent.md"
  }
}