Skills from clawhub.ai/crimsondevil333333
7 skills available
sheetsmith
Sheetsmith is a pandas-based CLI for inspecting, filtering, transforming, and converting CSV/Excel files. It executes user-supplied pandas `--expr`/`--query` using `df.eval(..., engine="python")` and `df.query(..., engine="python")`, which allows arbitrary Python expression execution.
0 installs
memory-keeper
Memory Keeper copies OpenClaw memory files (`memory/*.md`, `MEMORY.md`, `AGENTS.md`, `SOUL.md`, `USER.md`, `TOOLS.md`, `HEARTBEAT.md`) into an archive and can initialize, commit, and push a git repository. It invokes `git` via `subprocess.run` (e.g., `git -C ...`) and may push to remotes like `https://github.com/...`, and it suggests using tokens or `GIT_ASKPASS` for authentication.
0 installs
ops-dashboard
This skill provides a CLI to report workspace health (disk usage, git status, recent commits, and top directories) via `skills/ops-dashboard/scripts/ops_dashboard.py`. It invokes `git` using `subprocess.run` against the supplied `--workspace` path (fixed git commands are executed).
0 installs
context-onboarding
This skill summarizes workspace identity documents by reading `SOUL.md`, `USER.md`, `AGENTS.md`, and `TOOLS.md` and printing short snippets. It includes explicit CLI usage to run `python3 skills/context-onboarding/scripts/context_onboarding.py` (shell execution); no network calls, credential access, or obfuscation were found.
0 installs
policy-lawyer
This skill provides a small CLI to read and search a workspace policy file (`references/policies.md`) via `skills/policy-lawyer/scripts/policy_lawyer.py`. It includes example `python3` commands and test code that run the CLI locally; no network exfiltration, secret access, or obfuscated payloads are present.
0 installs
devlog-skill
A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.
0 installs
collaboration-helper
This skill is a lightweight JSON-backed CLI task tracker that stores state in `data/tasks.json` and provides `add`, `list`, and `complete` commands. Documentation and tests include explicit `python3`/`subprocess.run` invocations (e.g., `python3 skills/collaboration-helper/scripts/collaboration_helper.py ...`), which are static, purpose-aligned shell executions.
0 installs