any2skill 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
any2skill/__init__.py
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: any2skill
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Turn any document into an AI Agent Skill. PDF, DOCX, URL → production-ready SKILL.md
|
|
5
|
+
Author-email: Li Defang <lidefang@gmail.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://any2skill.ai
|
|
8
|
+
Project-URL: Repository, https://github.com/nicolelidefang/any2skill
|
|
9
|
+
Keywords: ai,agent,skill,llm,document,conversion,claude-code,cursor
|
|
10
|
+
Classifier: Development Status :: 3 - Alpha
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
15
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
16
|
+
Requires-Python: >=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# any2skill
|
|
20
|
+
|
|
21
|
+
Turn any document into an AI Agent Skill.
|
|
22
|
+
|
|
23
|
+
Upload a PDF, Word doc, or paste a URL. Get back a production-ready `SKILL.md` for Claude Code, Cursor, and any AI agent platform.
|
|
24
|
+
|
|
25
|
+
## Website
|
|
26
|
+
|
|
27
|
+
https://any2skill.ai
|
|
28
|
+
|
|
29
|
+
## Features
|
|
30
|
+
|
|
31
|
+
- **Multi-format input**: PDF, DOCX, URL
|
|
32
|
+
- **Smart clarification**: AI asks targeted questions before generating
|
|
33
|
+
- **Quality assurance**: Spec compliance, security scanning, content validation
|
|
34
|
+
- **Multi-language**: English and Chinese output
|
|
35
|
+
- **AI refinement**: Iterate with natural language instructions
|
|
36
|
+
|
|
37
|
+
## Status
|
|
38
|
+
|
|
39
|
+
Early development. Full CLI and SDK coming soon.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
any2skill/__init__.py,sha256=gF1m6M7L9svL0NcjOWhDZmfk4J3tolZdAtJrYbg8n3s,83
|
|
2
|
+
any2skill-0.1.0.dist-info/METADATA,sha256=AehP2jXvxy0pEppubXx7EIpUGACay7ArVR4_DfMPF_4,1368
|
|
3
|
+
any2skill-0.1.0.dist-info/WHEEL,sha256=EaM1zKIUYa7rQnxGiOCGhzJABRwy4WO57rWMR3_tj4I,91
|
|
4
|
+
any2skill-0.1.0.dist-info/top_level.txt,sha256=fvJXH_NxdnHELw-5YK1FgNslz4yhT2mrliUekD4-jOw,10
|
|
5
|
+
any2skill-0.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
any2skill
|