Rectify
v1.0.2Manage tasks, columns, and documents on the Rectify platform via REST API. Use when the user asks about creating, updating, moving, deleting, or searching ta...
⭐ 0· 102·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the actions in SKILL.md (CRUD on tasks, columns, and documents). The only required credential is RECTIFY_PROJECT_TOKEN, which is appropriate for the claimed REST API integration.
Instruction Scope
SKILL.md contains explicit curl examples and endpoint URLs that are limited to api.rectify.so and only show actions that align with the stated purpose. Instructions do not request reading unrelated files or other environment variables.
Install Mechanism
No install spec or code files are included (instruction-only skill), so nothing is written to disk or downloaded during install.
Credentials
Only a single env var (RECTIFY_PROJECT_TOKEN) is required and is consistent with authenticating to the listed Rectify endpoints; no unrelated secrets or multiple credentials are requested.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request elevated persistence or system-wide configuration changes. Autonomous invocation is allowed by default but not combined with other concerning privileges.
Assessment
This skill appears coherent for integrating agents with Rectify. Before installing, confirm you actually use Rectify and that RECTIFY_PROJECT_TOKEN is a project-scoped token with appropriate (least) privileges. Treat the token as sensitive: only provide it when you trust the Rectify project and revoke/regenerate it if you suspect misuse. Be cautious with destructive operations (e.g., delete_column which cascades deletes) and test on a non-production project first. If you need stronger guarantees, verify the endpoints and token behavior directly in your Rectify project settings or request scoped tokens from Rectify support.Like a lobster shell, security has layers — review code before you run it.
latestvk9711fnzggyr95181m4hw2f72n83edhw
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🚀 Clawdis
EnvRECTIFY_PROJECT_TOKEN
Primary envRECTIFY_PROJECT_TOKEN
