last30days-skill-cn
Jesseovo
last30days-cn 是一个 AI Agent 技能(Skill),能够自动搜索中国互联网 8 大主流平台最近 30 天的内容,综合分析后生成有据可查的研究报告。
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:hatter123/dsh-wolfram
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Call Wolfram Mathematica (or the free Wolfram Engine) from DeepSeek Harness. It registers a wolfram tool that runs Mathematica code through wolframscript and returns the result.
Install Wolfram Mathematica or the free Wolfram Engine, which provides the wolframscript command. Verify it works:
wolframscript -code "Integrate[Cos[x], x]"
dsh plugin --profile web add dsh-wolfram
The agent calls the wolfram tool automatically with one expression argument (a string of Mathematica code).
Examples:
Integrate[Cos[x], x] → Sin[x]Solve[x^2 - 1 == 0, x] → {{x -> -1}, {x -> 1}}Limit[Sin[x]/x, x -> 0] → 1Series[Exp[x], {x, 0, 3}] → 1 + x + x^2/2 + x^3/6 + O[x]^4The plugin uses Node's built-in child_process module to run wolframscript -code <expression> and captures the standard output. It has no npm dependencies.
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: mathematica。