@hasna/skills 0.1.58 → 0.1.59

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.
@@ -11,8 +11,8 @@ Use this skill when you need to add a window and session to an existing group, o
11
11
  ## Workspace Layout
12
12
 
13
13
  ```text
14
- ~/workspace/ Linux (spark01, spark02) — always lowercase
15
- ~/Workspace/ macOS (apple01) — always capital W
14
+ ~/workspace/ Linux hosts — always lowercase
15
+ ~/Workspace/ macOS hosts — always capital W
16
16
 
17
17
  [workspace]/
18
18
  └── [division]/
@@ -11,7 +11,7 @@ Create transcripts from local audio/video files or media URLs. Use this skill wh
11
11
 
12
12
  - Use the hosted Skills runtime when the user explicitly runs `skills run transcript`, needs remote execution, or has only `SKILLS_API_KEY` configured.
13
13
  - Use local `iapp-transcriber` when you are on this machine and need direct access to local files, YouTube/Vimeo/generic `yt-dlp` sources, transcript DB records, MCP tools, comments, exports, or OpenLoops follow-up workflows.
14
- - The local command is `transcriber` when installed, or `bun run src/cli/index.ts` from `/home/hasna/Workspace/hasnaxyz/internalapp/iapp-transcriber`.
14
+ - The local command is `transcriber` when installed, or `bun run src/cli/index.ts` from your `~/Workspace/hasnaxyz/internalapp/iapp-transcriber` checkout.
15
15
 
16
16
  ## Hosted Usage
17
17
 
@@ -5,7 +5,7 @@ Hosted web crawling and page extraction skill.
5
5
  ## Usage
6
6
 
7
7
  ```bash
8
- skills setup --mode hosted
8
+ skills setup --mode self-hosted
9
9
  skills auth login
10
10
  skills run webcrawling --url https://example.com --depth 2
11
11
  ```
@@ -1,5 +0,0 @@
1
- {
2
- "env": {
3
- "CLAUDE_CODE_TASK_LIST_ID": "service-apidocs-dev"
4
- }
5
- }