@gobing-ai/knowledge-kit 0.0.12 → 0.0.13

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.
Files changed (66) hide show
  1. package/dist/index.js +100 -26
  2. package/package.json +1 -1
  3. package/plugins/generations/content-gen/dist/index.js +22167 -0
  4. package/plugins/generations/content-gen/plugin.json +1 -1
  5. package/plugins/generations/core-facts-gen/dist/index.js +22048 -0
  6. package/plugins/generations/core-facts-gen/plugin.json +1 -1
  7. package/plugins/generations/daily-article-gen/dist/index.js +22022 -0
  8. package/plugins/generations/daily-article-gen/plugin.json +1 -1
  9. package/plugins/generations/dailynews-gen/dist/index.js +22324 -0
  10. package/plugins/generations/dailynews-gen/plugin.json +1 -1
  11. package/plugins/generations/episode-plan-gen/dist/index.js +22479 -0
  12. package/plugins/generations/episode-plan-gen/plugin.json +1 -1
  13. package/plugins/generations/image-gen/config.example.yaml +75 -0
  14. package/plugins/generations/image-gen/dist/index.js +22619 -0
  15. package/plugins/generations/image-gen/package.json +17 -0
  16. package/plugins/generations/image-gen/plugin.json +7 -0
  17. package/plugins/generations/image-gen/presets/formats/cover.yaml +57 -0
  18. package/plugins/generations/image-gen/presets/formats/free.yaml +46 -0
  19. package/plugins/generations/image-gen/presets/formats/illustration.yaml +48 -0
  20. package/plugins/generations/image-gen/presets/styles/clean-webapp-ui.yaml +28 -0
  21. package/plugins/generations/image-gen/presets/styles/cute.yaml +3 -0
  22. package/plugins/generations/image-gen/presets/styles/editorial.yaml +3 -0
  23. package/plugins/generations/image-gen/presets/styles/fresh.yaml +3 -0
  24. package/plugins/generations/image-gen/presets/styles/minimalist.yaml +3 -0
  25. package/plugins/generations/image-gen/presets/styles/photorealistic.yaml +3 -0
  26. package/plugins/generations/image-gen/presets/styles/sketch.yaml +3 -0
  27. package/plugins/generations/image-gen/presets/styles/technical-diagram.yaml +3 -0
  28. package/plugins/generations/image-gen/presets/styles/vibrant.yaml +3 -0
  29. package/plugins/generations/image-gen/presets/styles/warm.yaml +3 -0
  30. package/plugins/generations/image-gen/src/bytes.ts +19 -0
  31. package/plugins/generations/image-gen/src/index.ts +319 -0
  32. package/plugins/generations/image-gen/src/job.ts +143 -0
  33. package/plugins/generations/image-gen/src/paths.ts +31 -0
  34. package/plugins/generations/image-gen/src/presets.ts +344 -0
  35. package/plugins/generations/image-gen/src/providers/seedream.ts +128 -0
  36. package/plugins/generations/image-gen/src/providers/types.ts +285 -0
  37. package/plugins/generations/image-gen/tsconfig.json +8 -0
  38. package/plugins/generations/voice-gen/dist/index.js +23027 -0
  39. package/plugins/generations/voice-gen/plugin.json +1 -1
  40. package/plugins/ingestions/aihot-ingest/dist/index.js +22358 -0
  41. package/plugins/ingestions/aihot-ingest/plugin.json +1 -1
  42. package/plugins/ingestions/horizon-ingest/dist/index.js +22105 -0
  43. package/plugins/ingestions/horizon-ingest/plugin.json +1 -1
  44. package/plugins/ingestions/karakeep-local/dist/index.js +24204 -0
  45. package/plugins/ingestions/karakeep-local/plugin.json +1 -1
  46. package/plugins/ingestions/last30days-ingest/dist/index.js +22050 -0
  47. package/plugins/ingestions/last30days-ingest/plugin.json +1 -1
  48. package/plugins/ingestions/web-search/dist/index.js +24379 -0
  49. package/plugins/ingestions/web-search/plugin.json +1 -1
  50. package/plugins/kk/commands/image-generate.md +15 -0
  51. package/plugins/kk/config.example.yaml +80 -0
  52. package/plugins/kk/skills/image-authoring/SKILL.md +250 -0
  53. package/plugins/kk/skills/image-authoring/references/illustration-positions.md +87 -0
  54. package/plugins/kk/skills/image-authoring/references/migrating-from-wt.md +31 -0
  55. package/plugins/kk/skills/image-authoring/references/providers.md +52 -0
  56. package/plugins/kk/skills/image-authoring/references/style-extraction.md +134 -0
  57. package/plugins/publishings/emdash-pub/dist/index.js +22243 -0
  58. package/plugins/publishings/emdash-pub/plugin.json +1 -1
  59. package/plugins/publishings/podcast-pub/dist/index.js +22596 -0
  60. package/plugins/publishings/podcast-pub/plugin.json +8 -2
  61. package/plugins/publishings/qiita-pub/dist/index.js +22081 -0
  62. package/plugins/publishings/qiita-pub/plugin.json +1 -1
  63. package/plugins/publishings/surfdash-pub/dist/index.js +22233 -0
  64. package/plugins/publishings/surfdash-pub/plugin.json +1 -1
  65. package/plugins/publishings/zenn-pub/dist/index.js +22122 -0
  66. package/plugins/publishings/zenn-pub/plugin.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "episode-plan-gen",
3
3
  "kind": "generator",
4
- "entry": "./src/index.ts",
4
+ "entry": "./dist/index.js",
5
5
  "version": "1.0.0",
6
6
  "description": "Plans the daily episode: scores blended Doc[] (source weight + normalized relevance + log-scaled engagement), dedups by URL and title bigram, selects top N, flags English items, strips rating/heading leftovers (mechanical, no LLM)"
7
7
  }
@@ -0,0 +1,75 @@
1
+ # Task 0103 (R4) — every credential/setting the 12 image-gen adapters read, verbatim from
2
+ # the vendored baoyu-skills provider sources (MIT © 2026 Jim Liu).
3
+ #
4
+ # Paste the block below under the existing `plugins:` key in ~/.config/kk/config.yaml.
5
+ # Empty values are placeholders — never commit a real credential here.
6
+ # PRECEDENCE: a real environment variable always WINS over a value in this block
7
+ # (process.env is merged over the config block; apps/cli/src/invoke.ts:133-137),
8
+ # so a shell export overrides anything written here.
9
+
10
+ plugins:
11
+ generations:
12
+ image-gen:
13
+ env:
14
+ # -- google (Gemini multimodal + Imagen; GOOGLE_* and GEMINI_* are fallback pairs) --
15
+ GOOGLE_API_KEY: "" # or GEMINI_API_KEY — either one enables google
16
+ GEMINI_API_KEY: ""
17
+ GOOGLE_IMAGE_MODEL: "" # optional — default gemini-3-pro-image
18
+ GOOGLE_BASE_URL: "" # optional — default https://generativelanguage.googleapis.com
19
+ # -- openai (gpt-image generations/edits; OPENAI_IMAGE_USE_CHAT is a debug escape hatch) --
20
+ OPENAI_API_KEY: "" # platform.openai.com — required for openai
21
+ OPENAI_IMAGE_MODEL: "" # optional — default gpt-image-2
22
+ OPENAI_BASE_URL: "" # optional — default https://api.openai.com/v1
23
+ OPENAI_IMAGE_USE_CHAT: "" # optional — "true" routes through chat completions
24
+ # -- openrouter (multi-host gateway) --
25
+ OPENROUTER_API_KEY: "" # openrouter.ai/settings/keys — required for openrouter
26
+ OPENROUTER_IMAGE_MODEL: "" # optional — default google/gemini-3.1-flash-image
27
+ OPENROUTER_BASE_URL: "" # optional — default https://openrouter.ai/api/v1
28
+ OPENROUTER_HTTP_REFERER: "" # optional — attribution header
29
+ OPENROUTER_TITLE: "" # optional — attribution header
30
+ # -- dashscope (Alibaba; refs only on wan2.7 models) --
31
+ DASHSCOPE_API_KEY: "" # required for dashscope
32
+ DASHSCOPE_IMAGE_MODEL: "" # optional — default qwen-image-2.0-pro
33
+ DASHSCOPE_BASE_URL: "" # optional — default https://dashscope.aliyuncs.com
34
+ # -- zai (Z.AI / bigmodel.cn; refs unsupported) --
35
+ ZAI_API_KEY: "" # or BIGMODEL_API_KEY — either one enables zai
36
+ BIGMODEL_API_KEY: ""
37
+ ZAI_IMAGE_MODEL: "" # optional — default glm-image
38
+ BIGMODEL_IMAGE_MODEL: ""
39
+ ZAI_BASE_URL: "" # optional — default https://api.z.ai/api/paas/v4
40
+ BIGMODEL_BASE_URL: ""
41
+ # -- minimax (image-01; refs via subject_reference, jpg/png <10MB) --
42
+ MINIMAX_API_KEY: "" # required for minimax
43
+ MINIMAX_IMAGE_MODEL: "" # optional — default image-01
44
+ MINIMAX_BASE_URL: "" # optional — default https://api.minimaxi.com
45
+ # -- replicate (hosted model surface; prediction polling) --
46
+ REPLICATE_API_TOKEN: "" # replicate.com/account/api-tokens — required for replicate
47
+ REPLICATE_IMAGE_MODEL: "" # optional — default google/nano-banana-2
48
+ REPLICATE_BASE_URL: "" # optional — default https://api.replicate.com
49
+ # -- jimeng (Volcengine; BOTH key halves required, HMAC-signed) --
50
+ JIMENG_ACCESS_KEY_ID: "" # required for jimeng (with the secret key)
51
+ JIMENG_SECRET_ACCESS_KEY: "" # required for jimeng (with the access key)
52
+ JIMENG_IMAGE_MODEL: "" # optional — default jimeng_t2i_v40
53
+ JIMENG_REGION: "" # optional — default cn-north-1
54
+ JIMENG_BASE_URL: "" # optional — default https://visual.volcengineapi.com
55
+ # -- seedream (ByteDance Ark; key is ARK_API_KEY, not SEEDREAM_*) --
56
+ ARK_API_KEY: "" # required for seedream
57
+ SEEDREAM_IMAGE_MODEL: "" # optional — default doubao-seedream-5-0-260128
58
+ SEEDREAM_BASE_URL: "" # optional — default https://ark.cn-beijing.volces.com/api/v3
59
+ # -- azure (Azure OpenAI; model is addressed by deployment name) --
60
+ AZURE_OPENAI_API_KEY: "" # required for azure
61
+ AZURE_OPENAI_BASE_URL: "" # required resource endpoint, e.g. https://<res>.openai.azure.com
62
+ AZURE_OPENAI_DEPLOYMENT: "" # deployment hosting a gpt-image model
63
+ AZURE_OPENAI_IMAGE_MODEL: "" # optional — default gpt-image-2
64
+ AZURE_API_VERSION: "" # optional — default 2025-04-01-preview
65
+ # -- agnes (OpenAI-compatible images endpoint) --
66
+ AGNES_API_KEY: "" # required for agnes
67
+ AGNES_IMAGE_MODEL: "" # optional — default agnes-image-2.1-flash
68
+ AGNES_BASE_URL: "" # optional — default https://apihub.agnes-ai.com/v1
69
+ # -- codex-cli (subprocess; NEVER auto-selected — pin explicitly) --
70
+ BAOYU_CODEX_IMAGEGEN_BIN: "" # optional — wrapper entrypoint override
71
+ BAOYU_CODEX_IMAGEGEN_TIMEOUT_MS: "" # optional — per-call timeout (ms)
72
+ BAOYU_CODEX_IMAGEGEN_RETRIES: "" # optional — retry count
73
+ # -- 0104 R6 runtime seams (behavior, not credentials; placeholder values only) --
74
+ KK_IMAGE_MAX_IMAGES: "" # optional — per-run budget cap; default 4 (OPEN for the operator to set)
75
+ KK_IMAGE_DRY_RUN: "" # optional — "1" composes every prompt, selects the provider, spends nothing