feat(skill): add owlclaw-for-openclaw package#556
feat(skill): add owlclaw-for-openclaw package#556yeemio wants to merge 1 commit intoopenclaw:mainfrom
Conversation
|
@yeemio is attempting to deploy a commit to the Amantus Machina Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6377e4bb19
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -0,0 +1,50 @@ | |||
| --- | |||
There was a problem hiding this comment.
Remove in-repo skill package additions
This change violates the repository policy in AGENTS.md, which states: "Reject PRs that add skills into source code/repo content directly ... Skills must be uploaded/published via CLI." Since this commit introduces a full skill package under skills/owlclaw-for-openclaw/, it should be rejected and handled via the CLI publish flow instead of storing these distributable skill assets in the repo.
Useful? React with 👍 / 👎.
Greptile SummaryThis PR adds a new However, this PR violates a repository policy defined in
All nine files added by this PR live directly under Additional issues found:
Confidence Score: 0/5
Last reviewed commit: 6377e4b |
| version: "0.1.0" | ||
| tags: | ||
| - openclaw | ||
| - mcp | ||
| - governance | ||
| tools: | ||
| governance_budget_status: | ||
| description: Query current budget usage for one agent. | ||
| parameters: | ||
| type: object | ||
| properties: | ||
| tenant_id: | ||
| type: string | ||
| agent_id: | ||
| type: string | ||
| required: [tenant_id, agent_id] | ||
| task_create: | ||
| description: Create one durable background task. | ||
| parameters: | ||
| type: object | ||
| properties: | ||
| workflow_name: | ||
| type: string | ||
| required: [workflow_name] | ||
| owlclaw: |
There was a problem hiding this comment.
Undeclared tools referenced in skill guides
The SKILL.md frontmatter only declares two tools — governance_budget_status and task_create — but the accompanying skill guides and examples reference several additional tools that are never declared:
skills/governance.mdreferencesgovernance_audit_queryandgovernance_rate_limit_statusskills/persistent-tasks.mdreferencestask_statusandtask_cancelexamples/background-task.mdreferencestask_status
Consumers relying on the SKILL.md manifest to discover available tools will not find these, leading to confusion. Either add the missing tool definitions to the frontmatter or remove references to undeclared tools from the guides.
Prompt To Fix With AI
This is a comment left during a code review.
Path: skills/owlclaw-for-openclaw/SKILL.md
Line: 6-30
Comment:
**Undeclared tools referenced in skill guides**
The `SKILL.md` frontmatter only declares two tools — `governance_budget_status` and `task_create` — but the accompanying skill guides and examples reference several additional tools that are never declared:
- `skills/governance.md` references `governance_audit_query` and `governance_rate_limit_status`
- `skills/persistent-tasks.md` references `task_status` and `task_cancel`
- `examples/background-task.md` references `task_status`
Consumers relying on the `SKILL.md` manifest to discover available tools will not find these, leading to confusion. Either add the missing tool definitions to the frontmatter or remove references to undeclared tools from the guides.
How can I resolve this? If you propose a fix, please make it concise.
Summary\n- add \skills/owlclaw-for-openclaw\ package for OpenClaw users\n- include SKILL metadata, usage guides, examples, and MCP config sample\n\n## Why\n- provides a ready-to-install skill pack that connects OpenClaw to OwlClaw MCP governance and durable task tools\n\n## Validation\n- package assets validated in OwlClaw repo tests before copy\n