Calculus

v2.0.5

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Calculus concepts, best practices, and implementation patterns.

0· 220·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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.

latestvk97161kd4hsaqk2xfysnnrn1as83hh85

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

CommandDescription
introintro reference
quickstartquickstart reference
patternspatterns reference
debuggingdebugging reference
performanceperformance reference
securitysecurity reference
migrationmigration reference
cheatsheetcheatsheet 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 total
Select a file
Select a file to preview.

Comments

Loading comments…