← 返回 Skills 市场
Rectify
作者
Umar-Lateef
· GitHub ↗
· v1.0.2
· MIT-0
166
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install rectify-skill
功能描述
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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rectify-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/rectify-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。
如何安装 Rectify?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rectify-skill」即可一键安装,无需额外配置。
Rectify 是免费的吗?
是的,Rectify 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rectify 支持哪些平台?
Rectify 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rectify?
由 Umar-Lateef(@umar-lateef)开发并维护,当前版本 v1.0.2。
推荐 Skills