
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@astroanywhere/astro
Advanced tools
OpenClaw plugin that exposes Astro project/plan/task management as gateway tools
OpenClaw gateway plugin for Astro — exposes project/plan/task management as tools available to OpenClaw agents.
| Tool | Description |
|---|---|
astro_list_projects | List all projects |
astro_get_plan | Get the plan graph (nodes + edges) for a project |
astro_create_project | Create a new project |
astro_create_task | Add a task node to a project's plan |
astro_convert_to_project | Convert a task into a standalone project |
astro_run_task | Dispatch a task for execution on an agent runner |
astro_task_status | Poll execution status and output |
openclaw plugins install @astroanywhere/astro
openclaw config set plugins.entries.astro.config.serverUrl "https://api.astroanywhere.com"
openclaw gateway restart
For local development against a local Astro backend:
openclaw plugins install --link /path/to/openclaw-plugin
openclaw config set plugins.entries.astro.config.serverUrl "http://localhost:3001"
openclaw gateway restart
Verify:
openclaw plugins info astro
Set via openclaw config set plugins.entries.astro.config.<key>:
| Key | Required | Default | Description |
|---|---|---|---|
serverUrl | Yes | http://localhost:3001 | Astro backend URL |
authToken | No | "" | Bearer token (empty in local/no-auth mode) |
teamId | No | "" | Team ID to scope requests |
src/
index.ts # Plugin entry — register() for gateway, createPlugin() for standalone
client.ts # HTTP client wrapping Astro's /api/* endpoints
types.ts # OpenClaw plugin SDK types (tool definitions, results)
tools/ # One file per tool (list-projects, get-plan, create-task, etc.)
openclaw.plugin.json # Plugin manifest (id, tools, config schema)
npm install
npm run build # TypeScript -> dist/
npm test # Vitest
The gateway default export is register(api) which receives the OpenClaw plugin API and registers all tools. For standalone/programmatic use, import createPlugin(config) instead.
FAQs
OpenClaw plugin that exposes Astro project/plan/task management as gateway tools
The npm package @astroanywhere/astro receives a total of 7 weekly downloads. As such, @astroanywhere/astro popularity was classified as not popular.
We found that @astroanywhere/astro demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.