From augur-api
Use when working with akasha, auggie, basecamp, basecamp threads, context, data type context, health check, joomla, memo, microservices, note, oauth, ollama, rubrics, seed, sites, workflows, or making API calls to https://agr-info.augur-api.com.
How this skill is triggered — by the user, by Claude, or both
Slash command
/augur-api:agr_infoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Service-specific knowledge for agr_info microservice.
Service-specific knowledge for agr_info microservice.
All endpoints except /health-check and /ping require bearer token authentication. See authentication.md for details.
| Method | Endpoint | Description | Details |
|---|---|---|---|
| POST | /akasha/generate | Generate Response from akasha | akasha.md |
| Method | Endpoint | Description | Details |
|---|---|---|---|
| GET | /context/{siteId} | get the context for a site | context.md |
| Method | Endpoint | Description | Details |
|---|---|---|---|
| GET | /health-check | Health Check | health_check.md |
| Method | Endpoint | Description | Details |
|---|---|---|---|
| POST | /joomla/generate | Generate Response from joomla | joomla.md |
| Method | Endpoint | Description | Details |
|---|---|---|---|
| GET | /microservices/{microservicesUid} | Get Microservice Details | microservices.md |
| PUT | /microservices/{microservicesUid} | Update Microservice | microservices.md |
| DELETE | /microservices/{microservicesUid} | DELETE Microservice | microservices.md |
| GET | /microservices | List Microservices | microservices.md |
| POST | /microservices | Create Microservice | microservices.md |
| Method | Endpoint | Description | Details |
|---|---|---|---|
| POST | /oauth/refresh | Rotate a refresh token; returns a new access/refresh pair | oauth.md |
| DELETE | /oauth/grants/{grantId} | Revoke a grant; idempotent per RFC 7009 spirit | oauth.md |
| Method | Endpoint | Description | Details |
|---|---|---|---|
| GET | /ollama/tags | Get a list of tags/models | ollama.md |
| Method | Endpoint | Description | Details |
|---|---|---|---|
| GET | /rubrics/{rubricsUid} | Get Rubric Details | rubrics.md |
| PUT | /rubrics/{rubricsUid} | Update Rubric | rubrics.md |
| DELETE | /rubrics/{rubricsUid} | Delete Rubric | rubrics.md |
| GET | /rubrics | List Rubrics | rubrics.md |
| POST | /rubrics | Create Rubric | rubrics.md |
| Method | Endpoint | Description | Details |
|---|---|---|---|
| POST | /sites/validate | Validate credentials and return P21 connection details | sites.md |
| POST | /sites/verify-user | Verify a Joomla password and issue an agr-int OAuth grant | sites.md |
| Method | Endpoint | Description | Details |
|---|---|---|---|
| GET | /workflows/{workflowsUid} | Get Workflow Details | workflows.md |
| PUT | /workflows/{workflowsUid} | Update Workflow | workflows.md |
| DELETE | /workflows/{workflowsUid} | Delete Workflow | workflows.md |
| GET | /workflows | List Workflows | workflows.md |
| POST | /workflows | Create Workflow | workflows.md |
npx claudepluginhub simpleapps-com/augur-api-plugin --plugin augur-apiCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.