skillnet-ai 0.0.3__py3-none-any.whl → 0.0.4__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.
skillnet_ai/cli.py CHANGED
@@ -133,14 +133,15 @@ def download(
133
133
  table.add_row("[bold cyan]Location:[/bold cyan]", installed_path)
134
134
 
135
135
  console.print(table)
136
- console.print(f"\n[green] {folder_name} is ready to use.[/green]")
136
+ console.print(f"\n[green] {folder_name} is ready to use.[/green]")
137
137
  else:
138
138
  # Failure (Logic handled inside class, but we catch the None return)
139
- console.print("[bold red]Download Failed.[/bold red]")
139
+ console.print("[bold red]Download Failed.[/bold red]")
140
140
  console.print("Possible reasons:")
141
- console.print("1. The URL format is incorrect (must point to a specific folder, not just the repo root).")
142
- console.print("2. The repository is private and no token was provided.")
143
- console.print("3. GitHub API rate limits exceeded (try providing a token).")
141
+ console.print("1. Please check your network settings and ensure connection to GitHub is working properly.")
142
+ console.print("2. The URL format is incorrect (must point to a specific skill folder, not just the repo root).")
143
+ console.print("3. The repository is private and no token was provided.")
144
+ console.print("4. GitHub API rate limits exceeded (try providing a token).")
144
145
  raise typer.Exit(code=1)
145
146
 
146
147
  except Exception as e:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: skillnet-ai
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Official Python SDK for SkillNet: Create, Evaluate, and Connect AI Skills.
5
5
  Author-email: SkillNet Team <liangyuannnnn@gmail.com>
6
6
  License: MIT
@@ -252,10 +252,10 @@ Download and install a skill directly from a GitHub repository subdirectory.
252
252
 
253
253
  ```bash
254
254
  # Download to the current directory
255
- skillnet download https://github.com/owner/repo/tree/main/skills/math_solver
255
+ skillnet download https://github.com/anthropics/skills/tree/main/skills/algorithmic-art
256
256
 
257
257
  # Download to a specific target directory
258
- skillnet download https://github.com/owner/repo/tree/main/skills/math_solver -d ./my_agent/skills
258
+ skillnet download https://github.com/anthropics/skills/tree/main/skills/algorithmic-art -d ./my_agent/skills
259
259
 
260
260
  # Download from a private repository
261
261
  skillnet download <private_url> --token <your_github_token>
@@ -296,7 +296,7 @@ export API_KEY=sk-xxxxx
296
296
  export BASE_URL= xxxxxx # Optional custom LLM base URL
297
297
 
298
298
  # Evaluate a remote skill via GitHub URL
299
- skillnet evaluate https://github.com/owner/repo/tree/main/skills/web_search
299
+ skillnet evaluate https://github.com/anthropics/skills/tree/main/skills/algorithmic-art
300
300
 
301
301
  # Evaluate a local skill directory
302
302
  skillnet evaluate ./my_skills/web_search
@@ -353,10 +353,11 @@ skill-name/
353
353
 
354
354
  ## 🗺 Roadmap
355
355
 
356
- - [x] Keywords Match & Semantic Search
357
- - [x] Skill Installer
358
- - [x] Skill Creator (Local File & GitHub Repository)
359
- - [x] Skill Evaluation & Scoring
356
+ - Keyword Match & Semantic Search
357
+ - Skill Installer
358
+ - Skill Creator (Local File & GitHub Repository)
359
+ - Skill Evaluation & Scoring
360
+ - ✅ Skill Relationship Analysis
360
361
 
361
362
  ---
362
363
 
@@ -1,6 +1,6 @@
1
1
  skillnet_ai/__init__.py,sha256=XHPu6MRZrQEG3hfcujOYPAY2HNo0tVWiFLh7Pg8BZ7M,625
2
2
  skillnet_ai/analyzer.py,sha256=xwO80FVArqrw_z7NzIjV_t48cu29JhYcJ1Kj0DhJB-0,8705
3
- skillnet_ai/cli.py,sha256=NiQGds5ej02bxfghyeELXzWl4NQOsovkl0kwePCJE3g,24313
3
+ skillnet_ai/cli.py,sha256=g_geqiDJU3-JKHTKzfN0U_Mx3_Ye38Dk2VAv3pqEOwo,24443
4
4
  skillnet_ai/client.py,sha256=1vKuBUQMCSAybYddsuXlkix3sGW1KD-gqeFuTcVuzHM,11491
5
5
  skillnet_ai/creator.py,sha256=srJn_sV7mDWwTb1AG9QrXf2fDeA5pGBUCDXIYxkdQk0,39130
6
6
  skillnet_ai/downloader.py,sha256=egP7b1ovL4pbNuAqn8y17-6YseyPpJzWlJAohH9XeWE,6358
@@ -8,9 +8,9 @@ skillnet_ai/evaluator.py,sha256=_x_9ijlF_R-doK2kiyIpRfVSdwQ2rly7seDXGmGNwpE,3644
8
8
  skillnet_ai/models.py,sha256=2af5PnXhkzhRKUUc02KMr5U77KbhlTyxSlJETmWdmZY,1162
9
9
  skillnet_ai/prompts.py,sha256=afxSxV9b_UPhTCQdahgCAnQoRVwMNweOmT3r9aVwxY0,40377
10
10
  skillnet_ai/searcher.py,sha256=MvinkWR8omSCMXKSdZTSBBsifxQ13ep4hpnd4ql2w7U,3170
11
- skillnet_ai-0.0.3.dist-info/licenses/LICENSE,sha256=N5w66QPiGia1KA-Drt_75rmKLsyVt5GJUu-j6Gxpihs,1063
12
- skillnet_ai-0.0.3.dist-info/METADATA,sha256=IM57dFLy-k3NKMgjT3YJMh4h9tNcoovsXR6DSr0hK6M,12704
13
- skillnet_ai-0.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
14
- skillnet_ai-0.0.3.dist-info/entry_points.txt,sha256=8JDzqrJcxks90e4ifiivf2KNeGMGLW-f7nRNi_f1bQQ,49
15
- skillnet_ai-0.0.3.dist-info/top_level.txt,sha256=0gHowx1tlCRYxEbdoQcH4nPoMZGWUAUX6wjSNv3VUoI,12
16
- skillnet_ai-0.0.3.dist-info/RECORD,,
11
+ skillnet_ai-0.0.4.dist-info/licenses/LICENSE,sha256=N5w66QPiGia1KA-Drt_75rmKLsyVt5GJUu-j6Gxpihs,1063
12
+ skillnet_ai-0.0.4.dist-info/METADATA,sha256=UKNgnLUWsxy_OFfbx2gvybsckdi7EasUuQemSw-iKVc,12771
13
+ skillnet_ai-0.0.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
14
+ skillnet_ai-0.0.4.dist-info/entry_points.txt,sha256=8JDzqrJcxks90e4ifiivf2KNeGMGLW-f7nRNi_f1bQQ,49
15
+ skillnet_ai-0.0.4.dist-info/top_level.txt,sha256=0gHowx1tlCRYxEbdoQcH4nPoMZGWUAUX6wjSNv3VUoI,12
16
+ skillnet_ai-0.0.4.dist-info/RECORD,,