Skip to content

Commit 23ec3b6

Browse files
Add skill: specsit-field-enrichment
1 parent c7edd4a commit 23ec3b6

2 files changed

Lines changed: 62 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# specsit-field-enrichment
2+
3+
SpecSit 缺失字段批量补全工具。Use when: (1) batch enrich missing fields in SpecSit analysis, (2) search Chinese property/legal info, (3) output structured JSON for API integration.
4+
5+
## Installation
6+
7+
```bash
8+
refly skill install skp-ir1a944p482nl225j7k7i8gx
9+
```
10+
11+
## Triggers
12+
13+
- specsit补全
14+
- 字段补全
15+
- specsit-enrichment
16+
17+
## Tags
18+
19+
`specsit` `enrichment` `china-property`
20+
21+
## Author
22+
23+
cosiris15
24+
25+
## Links
26+
27+
- [View on Refly](https://refly.ai/skill/skp-ir1a944p482nl225j7k7i8gx)
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: specsit-field-enrichment
3+
description: SpecSit 缺失字段批量补全工具。Use when: (1) batch enrich missing fields in SpecSit analysis, (2) search Chinese property/legal info, (3) output structured JSON for API integration.
4+
skillId: skp-ir1a944p482nl225j7k7i8gx
5+
workflowId: see-workflow-mapping
6+
triggers:
7+
- specsit补全
8+
- 字段补全
9+
- specsit-enrichment
10+
tags:
11+
- specsit
12+
- enrichment
13+
- china-property
14+
version: 1.0.0
15+
---
16+
17+
# specsit-field-enrichment
18+
19+
SpecSit 缺失字段批量补全工具。Use when: (1) batch enrich missing fields in SpecSit analysis, (2) search Chinese property/legal info, (3) output structured JSON for API integration.
20+
21+
## Installation
22+
23+
```bash
24+
refly skill install skp-ir1a944p482nl225j7k7i8gx
25+
```
26+
27+
## Usage
28+
29+
After installation, run the skill using your installation ID:
30+
31+
```bash
32+
refly skill run <installationId> --input '{}'
33+
```
34+
35+
The installation ID is returned when you run `refly skill install`.

0 commit comments

Comments
 (0)