AstronRPA is a desktop robotic-process-automation application for visually creating workflows that operate desktop software and websites. Individuals and enterprises use its low-code and no-code tools to automate business processes, while Astron Agent can call its workflow nodes and use agent workflows. The catalogue instruction supports working with this automation platform.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/iflytek/astron-rpa/agents-mdgit clone --depth 1 https://github.com/iflytek/astron-rpaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/iflytek/astron-rpa/agents-md)<a href="https://agentmods.dev/instructions/iflytek/astron-rpa/agents-md"><img src="https://agentmods.dev/badge/instructions/iflytek/astron-rpa/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01305 | $0.01305 |
| Opus 5 | $0.00652 | $0.00652 |
| Sonnet 5 | $0.00261 | $0.00261 |
| Haiku 4.5 | $0.00130 | $0.00130 |
Grade A, and why
astron-rpa AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Guidance for AI coding agents working in the astron-rpa (AstronRPA) repository — an agent-ready RPA suite with out-of-the-box automation tools for desktop applications, web systems, and business-process automation.
AstronRPA uses a server–client architecture: server components run via Docker, and the client (RPA engine + desktop app) is packaged and run on the machine that executes RPA tasks. The client toolchain is Windows-first.
Project layout
This is a multi-language monorepo driven by a unified Makefile (with modular
includes under makefiles/).
backend/— server-side microservices (deployed via Docker Compose):robot-service/,resource-service/,rpa-auth/— Java / Spring Boot services (Maven; each shipscheckstyle.xml,pmd-ruleset.xml,spotbugs-exclude.xml).ai-service/,openapi-service/— Python services (managed withuv).
engine/— the Python RPA execution engine (managed withuv, linted withruff):main.py,components/(RPA components),servers/,shared/.frontend/— pnpm workspace monorepo (Vue 3 + TypeScript, Vitest, ESLint, i18n underlocales/). Notable packages underfrontend/packages/:electron-app(desktop client),web-app(web console),browser-plugin,auth-app,cli,components,shared.docker/— Docker Compose manifests for the server stack.makefiles/— modular Make components (common.mk,python.mk,java.mk,typescript.mk,go.mk,git.mk).resources/— packaged client resources.docs/,FAQ.md,BUILD_GUIDE.md— documentation.
Toolchain
- Python 3.13.x + uv 0.8+ — RPA engine and Python services.
- Node.js 22+ + pnpm 9+ — frontend workspace.
- Java JDK 8+ + Maven — Java backend services.
- Docker & Docker Compose — server deployment.
- Windows client packaging also needs SWIG (Python↔C/C++ bindings, e.g.
pywinhook) and 7-Zip (deployment archives). SeeBUILD_GUIDE.md.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 121 lines · 1,305 tokens per session scan A 57307f710462
astron-rpa AGENTS.md is an instructions file published in the GitHub repository iflytek/astron-rpa (5,520 stars, last pushed yesterday), licensed Apache-2.0. It adds 1,305 tokens to every session, about $0.0065 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
astron-agent AGENTS.md
AGENTS.md instructions for iflytek/astron-agent, covering agents.md, project overview, repository structure, console and core microservices.
astron-agent CLAUDE.md
Claude Code instructions for iflytek/astron-agent, covering claude.md, project overview, repository structure, console and core microservices.
wanwu-workflow CLAUDE.md
Claude Code instructions for UnicomAI/wanwu-workflow, covering claude.md, project overview, development commands, environment setup and clone and setup.
spacebot AGENTS.md
AGENTS.md instructions for spacedriveapp/spacebot, covering agents.md, what spacebot is, javascript tooling (critical), migration safety and delivery gates (mandatory).
langgraph AGENTS.md
AGENTS.md instructions for langchain-ai/langgraph, covering agents instructions, corridor security analysis, libraries and dependency map.
intelligent-terminal rust.instructions.md
Concise Rust coding conventions for this repository.