Community.Activities
Build, document, and test UiPath automation activity packages
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install UiPath Community.Activities skills?โผ
Run `npx skills add UiPath/Community.Activities --all -g -y` in your terminal to install all skills in this suite globally.
How to create a new UiPath activity package?โผ
Ask your agent to create an activity and provide a dotted package name like Acme.Utils.Csv. The create-activity skill generates the full project structure, ViewModel, metadata, packaging, and tests, then builds it.
How to generate documentation for UiPath activities?โผ
The activity-doc-generator skill extracts properties, defaults, and valid configurations from source code and produces per-activity markdown docs with copy-paste XAML examples.
Can it document coded workflow APIs?โผ
Yes. The coded-api-doc-generator skill documents service interfaces, methods, handle types, and options classes with ready-to-use C# examples for coded workflows.
Do I need UiPath development experience to use this?โผ
No. The skills encode the three-layer activity architecture and conventions, so your agent produces correct, deployable packages from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core