Og Board Individual
v1.0.0Use when you need to work with tasks: view tasks, list tasks, update task status, add blockers, artifacts, and worklogs.
⭐ 0· 445·2 current·2 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 instructions: the SKILL.md only documents task-related operations (list, get, update status, add blocker/artifact/worklog) implemented as opengoat_* tool calls. The required capabilities are proportional to the stated purpose.
Instruction Scope
Instructions are narrowly scoped to calling opengoat_* tools and contain no steps to read local files, environment variables, or to send data to unrelated endpoints. Examples hard-code an example actorId (amazon-catalog-manager) which the doc says to replace with the agent id.
Install Mechanism
No install spec and no code files are present; this is instruction-only so nothing is written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. That matches the instructions which rely on built-in opengoat tool calls rather than external secrets.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. Autonomous invocation is allowed (platform default), which is appropriate for a task-management helper.
Assessment
This skill is low-risk and coherent, but before installing: (1) ensure your agent runtime actually exposes the opengoat_* tools and that the agent identity used has the correct permissions to update tasks, (2) replace the example actorId with the intended agent id to avoid accidental updates under a wrong identity, and (3) confirm that opengoat is a trusted internal service (the skill will call those APIs and any permissions granted to the agent will apply). If you want stricter guarantees, request a version that documents the opengoat API endpoint and required agent permissions explicitly.Like a lobster shell, security has layers — review code before you run it.
latestvk97cds68q1jxzrzzqzedw4755h81mf3y
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
