Calculus
v2.0.5Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Calculus concepts, best practices, and implementation patterns.
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (reference for Calculus/devtools) aligns with the provided assets: a README-like SKILL.md and a shell script that prints documentation. There are minor version label inconsistencies between registry (2.0.5), SKILL.md (2.0.4) and script (2.0.3) — likely bookkeeping, not functional.
Instruction Scope
SKILL.md instructs the agent to provide plain-text reference documentation and explicitly states no external API calls. The included scripts/script.sh emits documentation via heredocs and does not read files, environment variables, or contact the network. The runtime instructions stay within the stated scope.
Install Mechanism
There is no install spec (instruction-only). A helper shell script is included but is simple, non-obfuscated, and only prints text. No downloads, extracts, or package installs are performed.
Credentials
The skill declares no required environment variables, no credentials, and the script does not read env vars or config paths. The requested environment access is minimal and proportional to a local reference tool.
Persistence & Privilege
always is false and the skill does not attempt to modify agent/system configuration. It does not request persistent presence or elevated privileges.
Assessment
This skill appears to be a harmless, local documentation helper: it prints reference text and does not require API keys or network access. Before installing, you may want to (1) confirm the slight version mismatches are expected by the publisher, (2) review scripts/script.sh yourself (it is short and readable) to ensure it matches your policy, and (3) remember that, like all skills, the agent may invoke it autonomously by default — but this skill has no external side effects or credential access.Like a lobster shell, security has layers — review code before you run it.
latest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Calculus
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Calculus concepts, best practices, and implementation patterns. No API keys or credentials required.
Commands
| Command | Description |
|---|---|
intro | intro reference |
quickstart | quickstart reference |
patterns | patterns reference |
debugging | debugging reference |
performance | performance reference |
security | security reference |
migration | migration reference |
cheatsheet | cheatsheet reference |
Output Format
All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
