AgentTools
Wolfram computation, notebooks, and paclet development for coding agents
All Skills in This Repository (10)
Pure Emerald Level Indicatorsreview-pr-comments
Fetch and triage unresolved GitHub PR review threads via GraphQL.
update-docs
Automates review of branch changes and updates Markdown documentation accordingly.
review-spec
Cross-reference design specifications against the current codebase to surface inaccuracies and gaps.
spec-to-todo
Translate design specifications into prioritized Markdown TODO checklists.
simplify-spec
Rewrite design specifications in Specs/ to focus on user-facing behavior.
add-code-inspector-rule
Create a custom CodeInspector rule to detect problematic Wolfram Language patterns.
wolfram-language
Evaluate Wolfram Language code and inspect symbols across WL files.
wolfram-paclets
Validate, build, and submit Wolfram Language paclets to the Wolfram Paclet Repository.
wolfram-notebooks
Reads, writes, and converts Wolfram notebooks between .nb and markdown formats.
wolfram-alpha
Query Wolfram|Alpha for computational results and contextual data.
Frequently Asked Questions
FAQPage SchemaHow to install AgentTools?โผ
Run `npx skills add WolframResearch/AgentTools --all -g -y` in your terminal to install all skills in this suite globally.
How to run Wolfram Language code from an AI agent?โผ
The wolfram-language skill lets your agent evaluate Wolfram code, search documentation, and inspect symbols directly through the Wolfram MCP server or bundled wolframscript scripts.
Can an agent query Wolfram|Alpha for real-world data?โผ
Yes. The wolfram-alpha skill sends natural language queries to Wolfram|Alpha and returns computational answers about math, science, geography, finance, and more.
Does AgentTools work with Claude Code and Cursor?โผ
Yes. It installs MCP servers into Claude Code, Cursor, VS Code, and over twenty other clients, and its skills follow the universal SKILL.md standard.
Do I need Wolfram installed to use these skills?โผ
The bundled scripts require wolframscript from the free Wolfram Engine, but you can also connect to the remote Wolfram MCP service or use the prebuilt Docker image instead.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core