← Back to Skills Marketplace
Rectify
by
Umar-Lateef
· GitHub ↗
· v1.0.2
· MIT-0
166
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install rectify-skill
Description
Manage tasks, columns, and documents on the Rectify platform via REST API. Use when the user asks about creating, updating, moving, deleting, or searching ta...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: rectify-skill
Version: 1.0.2
The Rectify skill provides a standard set of tools for interacting with the Rectify SaaS platform's API (api.rectify.so) to manage tasks and documents. The skill uses a dedicated environment variable (RECTIFY_PROJECT_TOKEN) for authentication and performs expected CRUD operations as described in SKILL.md and README.md, with no evidence of malicious intent, data exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rectify-skill - After installation, invoke the skill by name or use
/rectify-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
rectify-skill 1.0.2
- Security and privacy section updated: Clarified that all API endpoints used by the skill are explicitly listed in the documentation.
- "x-agent-name" header removed from the sample request to list project members.
- No changes to code or API functionality—documentation improvements only.
v1.0.0
Initial release of the Rectify skill.
- Provides full CRUD access to AgentPulse task boards and Rectify Documents via REST API.
- Enables creating, updating, moving, deleting, assigning, and searching tasks and columns.
- Supports project member lookup and task assignment.
- Includes comprehensive management of Rectify Documents and their sub-pages.
- Secure authentication with RECTIFY_PROJECT_TOKEN; all API calls listed.
- Designed for use with SaaS operations tasks like bug reporting, agent management, and documentation.
Metadata
Frequently Asked Questions
What is Rectify?
Manage tasks, columns, and documents on the Rectify platform via REST API. Use when the user asks about creating, updating, moving, deleting, or searching ta... It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.
How do I install Rectify?
Run "/install rectify-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Rectify free?
Yes, Rectify is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Rectify support?
Rectify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rectify?
It is built and maintained by Umar-Lateef (@umar-lateef); the current version is v1.0.2.
More Skills