opencode-skills-collection 3.0.32 → 3.0.34

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 (48) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +10 -1
  2. package/bundled-skills/bilig-workpaper/SKILL.md +12 -3
  3. package/bundled-skills/bumblebee/SKILL.md +6 -2
  4. package/bundled-skills/bun-development/SKILL.md +5 -3
  5. package/bundled-skills/cloud-penetration-testing/SKILL.md +5 -3
  6. package/bundled-skills/container-security-hardening/SKILL.md +20 -7
  7. package/bundled-skills/container-security-hardening/references/kubernetes-pod-security.md +8 -2
  8. package/bundled-skills/doc2math/SKILL.md +102 -0
  9. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  10. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  11. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  12. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  13. package/bundled-skills/docs/users/bundles.md +1 -1
  14. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  15. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  16. package/bundled-skills/docs/users/getting-started.md +6 -2
  17. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  18. package/bundled-skills/docs/users/usage.md +4 -4
  19. package/bundled-skills/docs/users/visual-guide.md +4 -4
  20. package/bundled-skills/environment-setup-guide/SKILL.md +10 -6
  21. package/bundled-skills/evolution/SKILL.md +5 -3
  22. package/bundled-skills/github-actions-advanced/SKILL.md +34 -9
  23. package/bundled-skills/gitops-workflow/SKILL.md +5 -3
  24. package/bundled-skills/ii-commons/SKILL.md +15 -1
  25. package/bundled-skills/lemmaly/SKILL.md +15 -6
  26. package/bundled-skills/linkerd-patterns/SKILL.md +5 -3
  27. package/bundled-skills/longbridge/SKILL.md +5 -1
  28. package/bundled-skills/mercury-mcp/SKILL.md +9 -1
  29. package/bundled-skills/moatmri/SKILL.md +84 -0
  30. package/bundled-skills/nextjs-seo-indexing/SKILL.md +263 -0
  31. package/bundled-skills/openclaw-github-repo-commander/scripts/repo-audit.sh +42 -0
  32. package/bundled-skills/photopea-embedded-editor/SKILL.md +7 -3
  33. package/bundled-skills/schema-markup-generator/SKILL.md +319 -0
  34. package/bundled-skills/sendblue/sendblue-api/SKILL.md +6 -1
  35. package/bundled-skills/sendblue/sendblue-cli/SKILL.md +6 -1
  36. package/bundled-skills/sendblue/sendblue-notify/SKILL.md +6 -1
  37. package/bundled-skills/sendblue/textme/SKILL.md +4 -0
  38. package/bundled-skills/social-metadata-hardening/SKILL.md +230 -0
  39. package/bundled-skills/socialclaw/SKILL.md +6 -1
  40. package/bundled-skills/uv-package-manager/resources/implementation-playbook.md +5 -3
  41. package/bundled-skills/varlock/SKILL.md +10 -6
  42. package/bundled-skills/vibe-code-cleanup/SKILL.md +231 -0
  43. package/bundled-skills/vibecode-production-qa-validator/SKILL.md +237 -0
  44. package/bundled-skills/wordpress-centric-high-seo-optimized-blogwriting-skill/SKILL.md +229 -162
  45. package/bundled-skills/yield-intelligence/SKILL.md +121 -0
  46. package/bundled-skills/youtube-full/SKILL.md +144 -0
  47. package/package.json +1 -1
  48. package/skills_index.json +199 -1
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: wordpress-centric-high-seo-optimized-blogwriting-skill
3
- description: "Create long-form, high-quality, SEO-optimized blog posts ready for WordPress with truth boxes and FAQ schema."
3
+ description: "Generate clean, human-sounding, SEO-optimized WordPress blog posts with optional Yoast metadata, JSON-LD schema markup, and image SEO planning. Supports modular batch output."
4
4
  category: content
5
5
  risk: safe
6
6
  source: self
@@ -9,266 +9,333 @@ date_added: "2026-04-12"
9
9
  author: Whoisabhishekadhikari
10
10
  tags: [writing, blog, seo, content, wordpress]
11
11
  tools: [claude, cursor, gemini]
12
- version: 1.0.3
12
+ version: 1.1.0
13
13
  ---
14
14
 
15
- # WordPress Centric High SEO Optimized Blog Writing Skill
15
+ # WordPress SEO Blog Writing Skill
16
16
 
17
17
  ## Overview
18
18
 
19
- This skill is designed for Senior Content Strategists and Expert Copywriters to create high-quality, long-form blog posts that are ready for direct publication in WordPress. It emphasizes professional structure, factual accuracy (Truth Boxes), and comprehensive SEO optimization (Yoast elements and Schema markup).
19
+ This skill enables Senior Content Strategists and Expert Copywriters to produce long-form, publication-ready blog posts for WordPress. It enforces professional structure, factual rigor, and comprehensive SEO optimization — including Yoast metadata and JSON-LD schema markup.
20
+
21
+ ---
20
22
 
21
23
  ## When to Use This Skill
22
24
 
23
- - Use when you need to write a professional blog post or article.
24
- - Use when creating SEO-optimized content for a WordPress site.
25
- - Use when you need structured elements like Truth Boxes, Comparison Tables, and FAQ sections.
26
- - Use when the user requires Yoast SEO metadata and JSON-LD schema.
25
+ - Writing a professional blog post or article for WordPress
26
+ - Creating SEO-optimized content targeting a specific keyword and intent
27
+ - Structuring content with Truth Boxes, Comparison Tables, and FAQ sections
28
+ - Generating Yoast SEO metadata and JSON-LD schema markup
29
+
30
+ ---
31
+
32
+ ## Inputs Required
33
+
34
+ | Field | Required | Description |
35
+ |---|---|---|
36
+ | Title | Yes | The blog post headline |
37
+ | Primary Keyword | Yes | The target SEO keyword |
38
+ | Intent | Yes | Informational, Commercial, or Transactional |
39
+ | Niche / Industry | Yes | The subject area or vertical |
40
+ | Yoast SEO | Ask if missing | Whether to include Yoast metadata |
41
+ | Image Count | Ask if missing | Number of images to plan SEO for |
42
+ | Brand | Optional | Brand name for tone alignment |
43
+ | Target Audience | Optional | Intended reader profile |
44
+ | Key Themes / Context | Optional | Specific locations, products, or pain points |
45
+
46
+ ---
27
47
 
28
48
  ## How It Works
29
49
 
30
- ### Step 1: Gather Inputs
31
- The skill requires a Title, Primary Keyword, Intent, and Niche/Industry. It also prompts for Yoast SEO preference and image count if not provided.
50
+ ### Step 1 Gather Inputs
51
+ Collect all required fields. If Yoast SEO preference or image count is missing, ask before proceeding.
32
52
 
33
- ### Step 2: Content Generation
34
- The agent follows a structured prompt to generate a clickable contents section, a truth box, well-structured sections with tables, common misconceptions, and a short FAQ.
53
+ ### Step 2 — Generate Content
54
+ Produce a structured, long-form blog post following the content rules and format below.
35
55
 
36
- ### Step 3: SEO & Schema (Optional)
37
- If requested, the agent provides Yoast SEO metadata (Social titles, meta descriptions) and JSON-LD Schema (BlogPosting, FAQPage).
56
+ ### Step 3 — Generate SEO & Schema (If Requested)
57
+ Append Yoast metadata and JSON-LD schema after the blog post, in the order specified.
58
+
59
+ ---
38
60
 
39
61
  ## Prompt Template
40
62
 
41
- FINAL MASTER PROMPT (Refined & Generalized Version)
63
+ ```text
64
+ You are a Senior Content Strategist, Expert Copywriter, and Subject Matter Expert
65
+ in the provided niche.
42
66
 
43
- You are a Senior Content Strategist, Expert Copywriter, and Subject Matter Expert in the provided niche.
67
+ Your task is to write a long-form, SEO-optimized blog post that is clear, engaging,
68
+ and ready to publish directly in WordPress.
44
69
 
45
- Your task is to create a long-form, high-quality, SEO-optimized blog post that is clear, engaging, and ready to publish directly in WordPress.
70
+ ---
46
71
 
47
72
  INPUT
48
73
 
49
- Title: {Insert Title}
50
- Primary Keyword: {Insert Primary Keyword}
51
- Intent: {Informational / Commercial / Transactional}
52
- Niche/Industry: {Insert Industry or Subject Area}
74
+ Title: {Insert Title}
75
+ Primary Keyword: {Insert Primary Keyword}
76
+ Intent: {Informational / Commercial / Transactional}
77
+ Niche/Industry: {Insert Industry or Subject Area}
53
78
 
54
- USER PREFERENCES (ASK IF MISSING)
55
- Yoast SEO: {Are Yoast SEO elements like meta descriptions and focus keyphrases needed?}
56
- Image Count: {How many images should be included in the SEO plan?}
79
+ OPTIONAL CONTEXT
57
80
 
58
- Optional Context
59
- Brand: {Insert Brand Name}
60
- Target Audience: {Insert Target Audience}
61
- Key Themes/Context: {Insert any specific context, locations, products, or pain points to highlight}
81
+ Brand: {Insert Brand Name}
82
+ Target Audience: {Insert Target Audience}
83
+ Key Themes / Context: {Insert specific context, locations, products, or pain points}
84
+
85
+ ---
62
86
 
63
87
  RESEARCH REQUIREMENT
64
88
 
65
- If web browsing access is available:
66
- - Review at least 10 reliable sources related to the topic to ensure accuracy, depth, and credibility.
89
+ If web browsing is available:
90
+ - Review at least 10 reliable sources to ensure accuracy and depth.
67
91
 
68
- If web browsing is restricted or unavailable:
69
- - Disclose access limits immediately.
70
- - Forbid claiming a specific source count.
71
- - Rely only on verified internal knowledge or state that information cannot be verified.
92
+ If web browsing is unavailable:
93
+ - Disclose the limitation immediately.
94
+ - Do not claim a specific source count.
95
+ - Rely only on verified internal knowledge, or clearly state when information
96
+ cannot be confirmed.
72
97
 
98
+ ---
73
99
 
74
100
  WRITING RULES
75
- Use simple, natural, human language
76
- Avoid robotic or AI-like tone
77
- Keep sentences short and clear
78
- Keep paragraphs concise
79
- Avoid long dashes
80
- Avoid unnecessary symbols
81
- Minimize use of brackets
82
- Do not number headings
83
- Maintain clean and consistent formatting
84
- Make content easy to scan and copy
85
-
86
- FACT AND ACCURACY RULES
87
-
88
- Do not guess or fabricate data.
89
- - Requirement: Provide citation-backed estimates with a verifiable source or an explicit "no reliable estimate available" response.
90
- - Prohibited: Do not use vague "industry estimates suggest a range" fallbacks if no verifiable evidence was found.
91
-
92
- Avoid fake or unreliable sources
93
- Keep all information practical, realistic, and up-to-date
94
101
 
95
- CONTENTS SECTION
102
+ - Use simple, natural, human language.
103
+ - Avoid robotic or AI-like tone.
104
+ - Keep sentences short and paragraphs concise.
105
+ - Do not use long dashes, unnecessary symbols, or brackets.
106
+ - Do not number headings.
107
+ - Maintain clean, consistent formatting throughout.
108
+ - Prioritize readability and scannability.
96
109
 
97
- Create a clickable contents section with:
110
+ ---
98
111
 
99
- Contents
112
+ ACCURACY RULES
100
113
 
101
- Introduction
102
- [Core Topic Section 1 - e.g., Overview/Key Concepts]
103
- [Core Topic Section 2 - e.g., Deep Dive/Analysis]
104
- [Core Topic Section 3 - e.g., Practical Application/Steps]
105
- [Comparison/Alternatives Section]
106
- [Industry/Market Context]
107
- Misconceptions
108
- FAQ
109
- Conclusion
114
+ - Do not guess or fabricate data.
115
+ - Provide citation-backed estimates with a verifiable source, or state explicitly
116
+ that no reliable estimate is available.
117
+ - Do not use vague fallbacks such as "industry estimates suggest" without
118
+ verifiable evidence.
119
+ - Avoid fake or unreliable sources.
120
+ - Keep all information practical, realistic, and current.
110
121
 
111
- Do not use hyphen bullets
122
+ ---
112
123
 
113
- MAIN BLOG STRUCTURE
124
+ CONTENTS SECTION
114
125
 
115
- Main Title
126
+ Generate a clickable table of contents using this structure:
116
127
 
117
- Introduction
128
+ Contents
118
129
 
119
- Truth Box
130
+ Introduction
131
+ [Core Topic Section 1 — e.g., Overview or Key Concepts]
132
+ [Core Topic Section 2 — e.g., Deep Dive or Analysis]
133
+ [Core Topic Section 3 — e.g., Practical Application or Steps]
134
+ [Comparison or Alternatives Section]
135
+ [Industry or Market Context]
136
+ Common Misconceptions
137
+ FAQ
138
+ Conclusion
120
139
 
140
+ Do not use hyphen bullets in the final output.
141
+
142
+ ---
143
+
144
+ MAIN BLOG STRUCTURE
121
145
 
122
- [Core Topic Section 1]
146
+ Main Title
123
147
 
124
- [Relevant Output Table 1 - e.g., Key Features, Pros/Cons, Pricing, or Summary]
148
+ Introduction
125
149
 
126
- [Core Topic Section 2]
150
+ Truth Box
127
151
 
128
- [Relevant Output Table 2 - e.g., Data, Comparison, or Checklist]
152
+ [Core Topic Section 1]
153
+ [Relevant Table 1 — e.g., Key Features, Pros/Cons, Pricing, or Summary]
129
154
 
130
- [Core Topic Section 3]
155
+ [Core Topic Section 2]
156
+ [Relevant Table 2 — e.g., Data, Comparison, or Checklist]
131
157
 
132
- [Comparison/Alternatives Section]
158
+ [Core Topic Section 3]
133
159
 
134
- Common Misconceptions
160
+ [Comparison / Alternatives Section]
135
161
 
136
- FAQ
162
+ Common Misconceptions
137
163
 
138
- Conclusion
164
+ FAQ
165
+
166
+ Conclusion
167
+
168
+ ---
139
169
 
140
170
  TRUTH BOX
141
171
 
142
- Create a table with 5 strong insights relevant to the topic.
172
+ A table with 5 strong, topic-relevant insights.
143
173
 
144
- Example columns:
145
- Key Point | Insight
174
+ Columns: Key Point | Insight
146
175
 
147
- TABLE USAGE
176
+ ---
148
177
 
149
- Use clean tables where helpful, such as:
178
+ TABLES
150
179
 
151
- Features or Pricing comparison
152
- Pros & Cons
153
- Industry or category comparisons
154
- Step-by-step summaries
180
+ Use clean markdown tables where they add clarity, such as:
181
+ - Feature or pricing comparisons
182
+ - Pros and cons
183
+ - Industry or category breakdowns
184
+ - Step-by-step summaries
155
185
 
156
- WRITING STYLE
157
- Clear and direct
158
- Professional yet simple
159
- No fluff
160
- Logical flow
161
- Break long sections into small readable parts
186
+ ---
162
187
 
163
188
  COMMON MISCONCEPTIONS
164
189
 
165
- Include 3 common myths with simple corrections
190
+ Include 3 common myths about the topic with clear, simple corrections.
191
+
192
+ ---
166
193
 
167
194
  FAQ SECTION
168
- Add 5 real user questions relevant to the intent and target keywords.
169
- Keep answers short and clear
195
+
196
+ Include 5 real user questions relevant to the topic, intent, and target keywords.
197
+ Keep answers short and direct.
198
+
199
+ ---
170
200
 
171
201
  IMAGE SEO SECTION
172
202
 
173
- Include {User Requested Count} images
203
+ Plan SEO for {User Requested Count} images.
174
204
 
175
205
  For each image, provide:
206
+ - Alt Text (at least one must include the primary keyword)
207
+ - Title
208
+ - Caption
209
+ - Description
210
+ - Placement in the post
176
211
 
177
- Alt Text
178
- Title
179
- Caption
180
- Description
181
- Placement
182
-
183
- Requirements:
212
+ Always include one Featured Image.
184
213
 
185
- Include one Feature Image
186
- At least one alt text must contain the primary keyword
214
+ ---
187
215
 
188
216
  FINAL CHECKLIST
189
- Remove unnecessary symbols
190
- Ensure no numbered headings
191
- Ensure no long dashes
192
- Ensure readability
193
- Ensure WordPress-ready formatting
194
- Ensure clean and consistent structure
195
217
 
196
- OUTPUT REQUIREMENT
218
+ Before delivering the output, confirm:
219
+ - No unnecessary symbols
220
+ - No numbered headings
221
+ - No long dashes
222
+ - Content is readable and well-paced
223
+ - Formatting is WordPress-ready and consistent
224
+ ```
225
+
226
+ ---
227
+
228
+ ## Output Order
197
229
 
198
- The final output must be generated in this order:
199
- 1. The full blog post (from Main Title to Conclusion)
230
+ In default (non-batch) mode, deliver output in this sequence:
231
+
232
+ 1. Full blog post (Main Title through Conclusion)
200
233
  2. SEO Section (if requested)
201
234
  3. Schema Markup (if requested)
202
235
 
203
- The content must be:
236
+ When a batch mode is selected, return only the requested component(s).
237
+
238
+ ---
204
239
 
205
- Clean and well-structured
206
- SEO optimized
207
- Human-sounding
208
- Professional quality
209
- Ready to copy and paste into WordPress
240
+ ## Batch Output Options
210
241
 
211
- SEO SECTION (YOAST)
212
- *Only provide this section if the user requested Yoast SEO elements.*
242
+ Use batch mode when the user requests individual components separately.
213
243
 
214
- Provide the following:
244
+ ### Batch 1 — Blog Post Only
245
+ Full blog post from title to conclusion. No SEO metadata, schema, or image SEO.
215
246
 
216
- Focus Keyphrase
217
- SEO Title
218
- Slug
219
- Meta Description
220
- Social Title
221
- Social Description
247
+ ### Batch 2 — SEO Metadata
248
+ Yoast SEO elements only:
249
+ - Focus keyphrase
250
+ - SEO title
251
+ - Slug
252
+ - Meta description
253
+ - Social title
254
+ - Social description
255
+ - Suggested internal links
256
+ - Suggested external link types
222
257
 
223
- If the user provided or approved reliable market sources, include this line with the actual month and year:
224
- Data accurate as of [Month Year] based on cited market research.
258
+ ### Batch 3 Image SEO
259
+ Image SEO assets only:
260
+ - Featured image concept
261
+ - Supporting image concepts
262
+ - Alt text, title, caption, description, and placement for each
225
263
 
226
- If no reliable market sources were provided or reviewed, omit the line instead of implying research was performed.
264
+ ### Batch 4 Schema Markup
265
+ JSON-LD schema only:
266
+ - `BlogPosting` schema
267
+ - `FAQPage` schema
227
268
 
228
- SCHEMA MARKUP
229
- *Only provide this section if the user requested Yoast/SEO schema.*
269
+ ---
230
270
 
231
- Add clean JSON-LD for:
271
+ ## SEO Section (Yoast)
232
272
 
233
- BlogPosting
234
- FAQPage
273
+ *Generate only if the user requested Yoast SEO elements.*
235
274
 
236
- Use placeholder URLs if needed
275
+ Provide:
276
+ - Focus Keyphrase
277
+ - SEO Title
278
+ - Slug
279
+ - Meta Description
280
+ - Social Title
281
+ - Social Description
237
282
 
238
- ## Examples
283
+ If reliable, cited market sources were reviewed, append:
284
+ > Data accurate as of [Month Year] based on cited market research.
285
+
286
+ If no reliable sources were reviewed, omit this line entirely.
287
+
288
+ ---
239
289
 
240
- ### Example 1: Informational Blog Post
241
- **User:** Write a blog post about "Sustainable Gardening for Beginners".
242
- **Agent:** (Generates Title, Truth Box, clickable contents, well-structured sections with tables, Misconceptions, and FAQ.)
290
+ ## Schema Markup
291
+
292
+ *Generate only if the user requested schema markup.*
293
+
294
+ Provide clean JSON-LD for:
295
+ - `BlogPosting`
296
+ - `FAQPage`
297
+
298
+ Use placeholder URLs where actual URLs are unavailable.
299
+
300
+ ---
243
301
 
244
302
  ## Best Practices
245
303
 
246
- - Use short, punchy sentences.
247
- - Ensure tables are clean and use `|` markdown syntax.
248
- - Maintain the Truth Box at the very beginning of the post for high engagement.
249
- - Avoid using numbered headings; stick to standard markdown `#`, `##`, `###`.
250
- - Do not use hyphen bullets in the contents section.
304
+ - Write short, direct sentences.
305
+ - Use `|` markdown syntax for clean, readable tables.
306
+ - Place the Truth Box immediately after the introduction for maximum engagement.
307
+ - Use `#`, `##`, and `###` for headings never number them.
308
+ - Avoid hyphen bullets in the contents section.
309
+
310
+ ---
251
311
 
252
312
  ## Limitations
253
313
 
254
- - This skill does not replace environment-specific validation, testing, or expert review.
255
- - Stop and ask for clarification if required inputs, permissions, or safety boundaries are missing.
256
- - Use this skill only when the task clearly matches the scope described above.
314
+ - This skill does not replace expert review, fact-checking, or environment-specific validation.
315
+ - Stop and ask for clarification if required inputs, permissions, or scope boundaries are unclear.
316
+ - Use this skill only for tasks that match the scope described above.
257
317
 
258
- ## Security & Safety Notes
318
+ ---
319
+
320
+ ## Security and Safety Notes
259
321
 
260
- - This skill focuses on content generation and does not involve shell commands or direct system mutation.
261
- - Ensure any generated JSON-LD is properly escaped if used in a programmatic context.
322
+ - This skill is limited to content generation. It does not execute shell commands or mutate system state.
323
+ - Ensure any generated JSON-LD is properly escaped before use in a programmatic context.
324
+
325
+ ---
262
326
 
263
327
  ## Common Pitfalls
264
328
 
265
- - **Problem:** Missing Primary Keyword in Alt Text.
266
- **Solution:** Ensure the `IMAGE SEO SECTION` explicitly includes the primary keyword in at least one Alt Text field.
267
- - **Problem:** AI-sounding or repetitive tone.
268
- **Solution:** Use the "Human-sounding" requirement in the `WRITING RULES` to re-check the draft.
329
+ **Primary keyword missing from alt text**
330
+ Explicitly include the primary keyword in at least one alt text field in the Image SEO section.
331
+
332
+ **AI-sounding or repetitive tone**
333
+ Revisit the Writing Rules. Shorten sentences, vary structure, and remove filler phrases.
334
+
335
+ ---
269
336
 
270
337
  ## Related Skills
271
338
 
272
- - `@seo-plan` - Use for high-level SEO strategy before writing.
273
- - `@seo-content` - For broader SEO content optimization across different platforms.
274
- - `@copywriting` - General professional writing and marketing copy.
339
+ - `@seo-plan` High-level SEO strategy before writing
340
+ - `@seo-content` Broader SEO content optimization across platforms
341
+ - `@copywriting` General professional writing and marketing copy
@@ -0,0 +1,121 @@
1
+ ---
2
+ name: yield-intelligence
3
+ description: Passive income portfolio analysis — activate when user asks about dividend yields, Treasury rates, REIT income, monthly passive income goals, or portfolio yield optimization. Scans 4 asset classes, ranks by risk-adjusted return, and builds allocations targeting a specific monthly income.
4
+ risk: safe
5
+ source: community
6
+ date_added: "2026-05-31"
7
+ ---
8
+
9
+ # Yield Intelligence
10
+
11
+ Passive income analysis across US Treasuries, dividend ETFs, REITs, and preferred stocks. Given a target monthly income and investment amount, returns a ranked opportunity table and optimal allocation.
12
+
13
+ ## When to Use This Skill
14
+
15
+ - "I want to generate $X/month in passive income"
16
+ - "What are the best dividend ETFs or Treasury rates right now?"
17
+ - "Compare REITs vs Treasuries for income generation"
18
+ - "How much capital do I need to retire on dividends?"
19
+ - "Build me a conservative income portfolio"
20
+
21
+ ## Limitations
22
+
23
+ - Provides portfolio research support, not personalized financial advice.
24
+ - Requires live yield, price, tax, and risk data for current recommendations.
25
+ - Does not account for every user-specific constraint unless the user provides it, including jurisdiction, tax status, and liquidity needs.
26
+
27
+ ## Live Data Source (Optional)
28
+
29
+ If the YIELD INTELLIGENCE MCP server is configured, call it directly for live rates:
30
+
31
+ **MCP endpoint:** `https://api.intuitek.ai/yield/mcp` (no auth required, open access)
32
+
33
+ **Tools:**
34
+ - `analyze_yield_opportunities` — Scans dividend ETFs, REITs, preferred stocks, and Treasuries; returns ranked opportunities with yield, risk score, and liquidity
35
+ - `optimize_income_portfolio` — Builds a portfolio allocation targeting a specific monthly income goal
36
+
37
+ **Quick config (Claude Desktop / Claude Code):**
38
+ ```json
39
+ {
40
+ "mcpServers": {
41
+ "yield-intelligence": {
42
+ "url": "https://api.intuitek.ai/yield/mcp"
43
+ }
44
+ }
45
+ }
46
+ ```
47
+
48
+ ## Standalone Workflow (No MCP Required)
49
+
50
+ ### Step 1 — Gather Parameters
51
+
52
+ Ask if not provided:
53
+ - **Target monthly income** (e.g., $500)
54
+ - **Available capital** (e.g., $100,000)
55
+ - **Risk tolerance**: conservative / moderate / aggressive
56
+ - **Account type**: taxable / Roth IRA / traditional IRA
57
+
58
+ ### Step 2 — Asset Class Scan
59
+
60
+ Research or use current yields for these four classes:
61
+
62
+ | Asset Class | Benchmarks | Typical Yield Range |
63
+ |---|---|---|
64
+ | US Treasuries | 1-yr, 5-yr, 10-yr, 30-yr | 4.0–5.5% |
65
+ | Dividend ETFs | SCHD, VYM, JEPI, JEPQ | 3.5–10% |
66
+ | REITs | O, MAIN, STAG | 4–12% |
67
+ | Preferred Stocks | PFF, PFFD | 5–7% |
68
+
69
+ ### Step 3 — Score and Rank
70
+
71
+ Score each opportunity: **yield × (1 − risk_penalty) × liquidity_factor**
72
+
73
+ | Category | Risk Penalty |
74
+ |---|---|
75
+ | US Treasuries | 0.00 |
76
+ | Investment-grade dividend ETF | 0.05 |
77
+ | REIT / preferred | 0.15 |
78
+ | High-yield / speculative | 0.25 |
79
+
80
+ ### Step 4 — Build Allocation
81
+
82
+ Given monthly target **T** and available capital **C**:
83
+ 1. Sort opportunities by risk-adjusted score (descending)
84
+ 2. Assign 30–40% to highest-conviction position
85
+ 3. Diversify remaining 60–70% across 3–5 positions
86
+ 4. Verify: `Σ(allocation_i × yield_i × C) ≥ T × 12`
87
+
88
+ Conservative portfolios: cap any single position at 25%.
89
+
90
+ ### Step 5 — Present Results
91
+
92
+ ```
93
+ YIELD INTELLIGENCE REPORT
94
+ ─────────────────────────────────────────
95
+ Target: $[X]/month Required yield: [Y]%
96
+ Capital: $[Z] Account: [type]
97
+
98
+ OPPORTUNITY SCAN
99
+ ┌──────────────────┬───────┬──────┬──────────────┐
100
+ │ Asset │ Yield │ Risk │ $/mo per 100K│
101
+ ├──────────────────┼───────┼──────┼──────────────┤
102
+ │ [Top pick] │ X.X% │ Low │ $XXX │
103
+ └──────────────────┴───────┴──────┴──────────────┘
104
+
105
+ RECOMMENDED ALLOCATION ($[Z] capital)
106
+ [Asset A] 40% → $[amount] → $[X]/month
107
+ Total monthly income: $[X]/month ✓
108
+ ```
109
+
110
+ ## Best Practices
111
+
112
+ - ✅ Verify coverage ratios for high-yield REITs before recommending
113
+ - ✅ Note duration risk for long-term Treasuries when rates are rising
114
+ - ✅ Consider account type tax efficiency (Roth vs. taxable vs. traditional IRA)
115
+ - ❌ Don't chase yield without checking dividend sustainability
116
+
117
+ ## Additional Resources
118
+
119
+ - Repository: [thebrierfox/yield-intelligence-skill](https://github.com/thebrierfox/yield-intelligence-skill)
120
+ - MCP server: [thebrierfox/intuitek-ace](https://github.com/thebrierfox/intuitek-ace)
121
+ - Built by [IntuiTek¹](https://intuitek.ai) (~K¹) — MIT License