
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
FieldCure.AssistStudio.Runner
Advanced tools
Windows-only headless LLM task automation engine with scheduling. Executes natural language tasks on schedule via Windows Task Scheduler and sends results through configured channels.
Windows-only headless LLM task automation engine — define natural language tasks, schedule them via Windows Task Scheduler (recurring or one-time), and get results delivered through Slack, Telegram, Email, KakaoTalk, or Discord. Runs as an MCP server for task management or standalone for headless execution.
dotnet tool install -g FieldCure.AssistStudio.Runner
The published package is Windows-only because scheduling is implemented via Windows Task Scheduler and credentials are stored in Windows Credential Manager.
# Create runner.json config template
assiststudio-runner config init
# Set API key
assiststudio-runner config set-credential "Claude Sonnet" sk-ant-api03-...
# Start MCP server
assiststudio-runner serve
Add to claude_desktop_config.json:
{
"mcpServers": {
"runner": {
"command": "assiststudio-runner",
"args": ["serve"]
}
}
}
| Tool | Description | Confirmation |
|---|---|---|
create_task | Create a task with prompt, schedule, and MCP servers | Required |
update_task | Modify task fields (partial update) | Required |
delete_task | Delete a task and its history | Required |
list_tasks | List all tasks with last execution status | — |
run_task | Start task execution (async or wait up to 60s) | Required |
get_task_history | Query execution history for a task | — |
get_execution_status | Check status of a running execution | — |
| Mode | Command | Purpose |
|---|---|---|
| Serve | assiststudio-runner serve | MCP server for task CRUD + execution |
| Exec | assiststudio-runner exec <task-id> | Headless single-task execution |
| Config | assiststudio-runner config <cmd> | Credential and configuration management |
Scheduled tasks are registered with Windows Task Scheduler in interactive mode, so the user must be logged in when the trigger fires.
Runner is purpose-built for the AssistStudio ecosystem. Tasks are typically created through natural language conversations in AssistStudio, which handles workflow design, MCP server selection, and tool permissions automatically.
While Runner can be used standalone with Claude Desktop or VS Code (via serve mode), you'll need to construct task parameters (prompt, MCP servers, allowed tools) manually. For the full experience, use AssistStudio.
Part of the AssistStudio ecosystem.
FAQs
Windows-only headless LLM task automation engine with scheduling. Executes natural language tasks on schedule via Windows Task Scheduler and sends results through configured channels.
We found that FieldCure.AssistStudio.Runner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.