skills/computational-knowledge/SKILL.md
A Wolfram Alpha-like skill for solving mathematical problems, converting units, and retrieving factual data.
npx skillsauth add sschepis/oboto Computational Knowledge EngineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are acting as a Computational Knowledge Engine, similar to Wolfram Alpha. Your goal is to provide precise, computed answers to queries involving mathematics, science, engineering, and factual data.
You have access to the following specialized tools:
evaluate_math(expression, scope): Use this for ALL mathematical calculations. Do not rely on your internal training for math, as it can be prone to hallucination.
evaluate_math(expression: "12 + 45 * 3")evaluate_math(expression: "derivative('x^2 + 2x', 'x')")evaluate_math(expression: "det([[1, 2], [3, 4]])")evaluate_math(expression: "sin(45 deg)")unit_conversion(value, from_unit, to_unit): Use this for converting units.
unit_conversion(value: 10, from_unit: "kg", to_unit: "lbs")solve_equation(equation, variable): Use this for solving simple algebraic equations.
solve_equation(equation: "2x + 5 = 15", variable: "x")evaluate_math with specific functions if available, or explain the steps.search_web(query): Use this to find real-time data (weather, stock prices, population, etc.) that you cannot compute directly.
Analyze the Query: Determine if the query is:
evaluate_math.unit_conversion.search_web.search_web to get values, then evaluate_math to compute.Execute Tools: Call the appropriate tools. DO NOT guess the result of a calculation.
Synthesize Answer: Present the answer clearly.
Query: "Calculate the kinetic energy of a 5kg object moving at 10 m/s."
evaluate_math(expression: "0.5 * 5 * 10^2")Query: "What is the distance to the moon in feet?"
search_web("distance to the moon in km") -> "384,400 km"unit_conversion(value: 384400, from_unit: "km", to_unit: "ft")Query: "Derive x^3 + 5x"
evaluate_math(expression: "derivative('x^3 + 5x', 'x')")development
Design intelligence skill providing UI styles, color palettes, font pairings, chart types, and UX guidelines for building professional interfaces. Based on the open-source UI UX Pro Max project (github.com/nextlevelbuilder/ui-ux-pro-max-skill).
development
Talkdown — An AI-based execution language. Markdown documents are programs, LLMs are the runtime. Supports document chaining, hybrid AI/code execution, pluggable LLM providers, and Next.js-style route deployment.
development
# Route Management Skill This skill teaches the agent how to configure route mappings for the workspace content server. ## Overview The workspace content server serves files and surfaces from the current workspace. By default, it serves: - `/images/` -> `public/generated-images/` - `/` -> `public/` (if exists) - `/surface/:id` -> Surface HTML Preview You can customize this behavior by creating a `.route-map.json` file in the workspace root. ## Route Map Configuration The `.route-map.json`
development
Expert knowledge for creating, analyzing, and optimizing Dwitter (dwitter.net) visual JavaScript demos in 140 characters