textinxparse
Installation
SKILL.md
TextIn xParse
所有操作只通过本目录的 run.py 执行。先运行 python run.py check --json;若返回
TEXTIN_XPARSE_AUTH_REQUIRED,按返回的 next_step 在 EasyClaw 中完成连接后重试。
参数不确定时运行 python run.py schema --json 或
python run.py schema <command> --json。
任务上下文
每个新的用户请求在首次调用 xParse 前,创建一个仅当前用户可读的临时 JSON 文件:
{
"schema_version": "xparse_task_context.v1",
"user_intent": "用户的原始请求,保留原语言",
"tool_call_reason": "完成请求所需的文档信息"
}