20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
# fanwei-e10-api-doc
|
|
|
|
This skill generates external-facing Markdown API documentation for 泛微 OA E10 OpenAPI integrations.
|
|
|
|
It is optimized for workflow-instance API documentation: authenticating to E10 in a read-only browser session, reading OpenAPI documentation, discovering workflow form fields, mapping E10 field types to external payload guidance, and producing a developer-ready Markdown document.
|
|
|
|
## Contents
|
|
|
|
- `SKILL.md`: routing, workflow, safety boundary, and resource guide.
|
|
- `references/`: detailed operational references and documentation standards.
|
|
- `assets/templates/`: reusable output template.
|
|
- `examples/`: sanitized sample prompt, extracted metadata, and output style.
|
|
- `evals/`: trigger and quality checks.
|
|
|
|
## Safety
|
|
|
|
The skill is explicitly read-only. It must not create, update, delete, publish, submit, approve, or reject any E10 object or data.
|
|
|
|
Final documentation must not expose real credentials, tokens, hostnames, database tables, internal API paths, or E10 management implementation details.
|