cue-ai 0.9.1 → 0.9.2

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 (27) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/README.md +38 -0
  3. package/bin/cue-review-progress +107 -0
  4. package/bin/cue-review-watch +98 -0
  5. package/package.json +2 -1
  6. package/profiles/career/profile.yaml +13 -2
  7. package/profiles/core/profile.yaml +8 -0
  8. package/profiles/eu-tender-research/README.md +48 -0
  9. package/profiles/eu-tender-research/logo.png +0 -0
  10. package/profiles/eu-tender-research/profile.yaml +108 -0
  11. package/profiles/gstack/profile.yaml +2 -0
  12. package/profiles/skill-writer/profile.yaml +4 -0
  13. package/profiles/x-growth-bot/profile.yaml +0 -2
  14. package/resources/icons/generate-icons.py +128 -2
  15. package/resources/mcps/configs/claude.sanitized.json +17 -0
  16. package/resources/skills/skills/career/resume-version-manager/SKILL.md +351 -0
  17. package/resources/skills/skills/career/salary-negotiation-prep/SKILL.md +378 -0
  18. package/resources/skills/skills/eu-funding/grant-outreach/SKILL.md +70 -0
  19. package/resources/skills/skills/eu-funding/hu-grant-finder/SKILL.md +114 -0
  20. package/resources/skills/skills/eu-funding/hu-grant-finder/evals.md +26 -0
  21. package/resources/skills/skills/eu-funding/ted-tender-search/SKILL.md +80 -0
  22. package/resources/skills/skills/eu-funding/ted-tender-search/evals.md +26 -0
  23. package/resources/skills/skills/eu-funding/ted-tender-search/scripts/ted-search.sh +46 -0
  24. package/resources/skills/skills/github/gx-agents/SKILL.md +96 -0
  25. package/resources/skills/skills/meta/focus/SKILL.md +62 -0
  26. package/resources/skills/skills/tools/portless/SKILL.md +186 -0
  27. package/src/lib/analytics.ts +13 -1
@@ -0,0 +1,378 @@
1
+ ---
2
+ name: salary-negotiation-prep
3
+ description: Research market comp bands, build a negotiation strategy, and write counter-offer scripts. Use when user says "negotiate my offer", "salary negotiation", "counter offer", "what should I ask for", "is this offer fair", "they lowballed me", or "how much should I counter".
4
+ ---
5
+
6
+ # Salary Negotiation Prep
7
+
8
+ ## When to Use This Skill
9
+
10
+ Use this skill when the user wants to:
11
+ - Negotiate a job offer or salary
12
+ - Research market rates for their role
13
+ - Create a counter-offer strategy
14
+ - Understand total compensation packages
15
+ - Mentions: "salary negotiation", "negotiate offer", "counter offer", "compensation", "how much should I ask for"
16
+
17
+ ## Core Capabilities
18
+
19
+ - Research and validate market compensation
20
+ - Build negotiation strategy and scripts
21
+ - Calculate total compensation (not just base salary)
22
+ - Prepare counter-offer responses
23
+ - Identify negotiation leverage points
24
+ - Navigate difficult salary conversations
25
+
26
+ ## The Negotiation Mindset
27
+
28
+ **Key Principles:**
29
+ 1. Negotiation is expected - companies budget for it
30
+ 2. 84% of employers expect candidates to negotiate
31
+ 3. Not negotiating leaves $500K-$1M on the table over a career
32
+ 4. The goal is win-win, not adversarial
33
+
34
+ **What You're Really Negotiating:**
35
+ - Base salary
36
+ - Signing bonus
37
+ - Annual bonus/commission
38
+ - Equity (stock options, RSUs)
39
+ - Benefits (401k match, insurance)
40
+ - Perks (vacation, remote work, professional development)
41
+ - Start date
42
+ - Title
43
+
44
+ ## Research Phase
45
+
46
+ ### Step 1: Determine Market Rate
47
+
48
+ **Sources to Check:**
49
+ - Levels.fyi (best for tech)
50
+ - Glassdoor (general, take with grain of salt)
51
+ - LinkedIn Salary
52
+ - Blind (anonymous reports)
53
+ - PayScale
54
+ - Salary.com
55
+ - H1B salary data (publicly available)
56
+
57
+ **Build a Range:**
58
+ ```
59
+ Low (25th percentile): $XXX,XXX
60
+ Target (50th percentile): $XXX,XXX
61
+ High (75th percentile): $XXX,XXX
62
+ Stretch (90th percentile): $XXX,XXX
63
+ ```
64
+
65
+ ### Step 2: Know Your Value
66
+
67
+ **Factors That Increase Your Worth:**
68
+ - Years of relevant experience
69
+ - Specialized/rare skills
70
+ - Track record of results
71
+ - In-demand certifications
72
+ - Current competing offers
73
+ - Referral from employee
74
+ - Market demand in your field
75
+
76
+ **Factors That May Limit:**
77
+ - Entry level or career change
78
+ - Less experience than ideal candidate
79
+ - Gaps in required skills
80
+ - Location arbitrage (lower cost of living)
81
+
82
+ ### Step 3: Calculate Total Compensation
83
+
84
+ **Total Comp = Base + Bonus + Equity + Benefits**
85
+
86
+ ```
87
+ EXAMPLE:
88
+ Base Salary: $150,000
89
+ Target Bonus (15%): $22,500
90
+ RSU Grant (4-year): $200,000 ($50,000/year)
91
+ 401k Match (4%): $6,000
92
+ Benefits Value: ~$15,000
93
+
94
+ Total Annual Comp: $243,500
95
+ ```
96
+
97
+ **Common Equity Terms:**
98
+ - **RSUs:** Restricted Stock Units (real shares, taxed when vesting)
99
+ - **Options:** Right to buy at strike price (value = current price - strike price)
100
+ - **Vesting:** Typically 4-year with 1-year cliff
101
+ - **Refresh grants:** Annual additional equity grants
102
+
103
+ ## Negotiation Strategy
104
+
105
+ ### When to Negotiate
106
+
107
+ **Best Time:** After you have a written offer, before you sign
108
+
109
+ **Timeline:**
110
+ 1. Receive verbal offer → Express enthusiasm, ask for written offer
111
+ 2. Receive written offer → Thank them, ask for time to review
112
+ 3. Research and prepare → 24-48 hours
113
+ 4. Counter with ask → Email or call
114
+ 5. Discussion/back and forth → May take several rounds
115
+ 6. Final agreement → Get in writing
116
+
117
+ ### The Counter-Offer Framework
118
+
119
+ **Structure:**
120
+ 1. Express enthusiasm
121
+ 2. Reinforce your value
122
+ 3. Make specific ask
123
+ 4. Provide justification
124
+ 5. Open discussion
125
+
126
+ ### Counter-Offer Email Template
127
+
128
+ ```
129
+ Subject: [Your Name] - Offer Discussion
130
+
131
+ Hi [Recruiter/Hiring Manager],
132
+
133
+ Thank you so much for the offer to join [Company] as [Title]. I'm very excited about the opportunity to [specific thing about the role]. After speaking with the team and learning more about [something specific], I'm confident this is the right fit.
134
+
135
+ I've had time to review the offer details and wanted to discuss the compensation. Based on my research of the market and my [X years of experience / specific valuable skill / competing offer], I was hoping we could discuss a base salary of $[Your Ask] rather than $[Their Offer].
136
+
137
+ [Optional: Add specific justification - e.g., "I've seen similar roles at [comparable companies] in this range" or "Given the scope of the role and my track record of [specific achievement], I believe this reflects my value."]
138
+
139
+ I'm flexible and open to discussing other elements of the package as well. Would you have time for a quick call to discuss?
140
+
141
+ Thank you again for this opportunity. I'm looking forward to finding a package that works for both of us.
142
+
143
+ Best,
144
+ [Your Name]
145
+ ```
146
+
147
+ ### Counter-Offer Call Script
148
+
149
+ ```
150
+ "Hi [Name], thanks for making time. I'm really excited about this opportunity - [genuine specific reason].
151
+
152
+ I've reviewed the offer and want to discuss compensation. Based on my market research and [X years experience / key accomplishment / competing offer], I was hoping for a base salary closer to $[Amount].
153
+
154
+ Is there flexibility there?"
155
+
156
+ [LISTEN - Let them respond]
157
+
158
+ [If they push back:]
159
+ "I understand there are constraints. I'm flexible - could we look at other elements like signing bonus, equity, or [other element] to bridge the gap?"
160
+
161
+ [If they say they'll need to check:]
162
+ "That's totally fair. When would be a good time to reconnect?"
163
+ ```
164
+
165
+ ## Common Negotiation Scenarios
166
+
167
+ ### Scenario 1: First Offer Is Low
168
+
169
+ **Approach:**
170
+ - Don't accept immediately
171
+ - Express enthusiasm for role
172
+ - Counter with research-backed number
173
+ - Be prepared to justify
174
+
175
+ **Script:**
176
+ ```
177
+ "I'm thrilled about the opportunity. The base salary is lower than I expected based on my research. For this role and market, I was expecting something in the $X-$Y range. Is there room to move closer to $X?"
178
+ ```
179
+
180
+ ### Scenario 2: They Ask Your Salary Expectations First
181
+
182
+ **Deflection Strategy:**
183
+ ```
184
+ "I'm flexible and focused on finding the right fit. What's the range you've budgeted for this role?"
185
+ ```
186
+
187
+ **If Pressed:**
188
+ ```
189
+ "Based on my research for this role and market, I'm looking at $X-$Y, but I'm open to discussing the full compensation picture."
190
+ ```
191
+
192
+ ### Scenario 3: They Won't Budge on Base
193
+
194
+ **Alternatives to Negotiate:**
195
+ - Signing bonus (one-time, easier to approve)
196
+ - Additional equity
197
+ - Earlier performance review (sooner raise)
198
+ - More vacation days
199
+ - Remote work flexibility
200
+ - Professional development budget
201
+ - Title upgrade
202
+ - Relocation assistance
203
+ - Start date
204
+
205
+ **Script:**
206
+ ```
207
+ "I understand the base salary is firm. Could we discuss a signing bonus to help bridge the gap? Something in the range of $X would make this work."
208
+ ```
209
+
210
+ ### Scenario 4: You Have Competing Offers
211
+
212
+ **Use Carefully:**
213
+ - Only mention if true
214
+ - Don't make it a threat
215
+ - Frame as problem-solving
216
+
217
+ **Script:**
218
+ ```
219
+ "I want to be transparent - I'm also in discussions with [another company/a few other companies]. They're offering $X. [Your Company] is my first choice because [genuine reason], but I want to make sure the compensation is competitive."
220
+ ```
221
+
222
+ ### Scenario 5: They Ask About Current Salary
223
+
224
+ **In Many States, This Question Is Illegal**
225
+
226
+ **If Asked (and legal):**
227
+ ```
228
+ "I'd prefer to focus on the value I'd bring to this role and what the market rate is. What's the range you've budgeted?"
229
+ ```
230
+
231
+ **Or Redirect:**
232
+ ```
233
+ "My current compensation isn't really comparable since [different location/role/structure]. Based on my research for this role, I'm targeting $X-$Y."
234
+ ```
235
+
236
+ ## Negotiation Tactics
237
+
238
+ ### Do's:
239
+ - ✅ Always negotiate (respectfully)
240
+ - ✅ Get the offer in writing before negotiating
241
+ - ✅ Research thoroughly
242
+ - ✅ Be specific with numbers
243
+ - ✅ Express genuine enthusiasm
244
+ - ✅ Give them a way to say yes
245
+ - ✅ Consider total compensation
246
+ - ✅ Be patient - process takes time
247
+ - ✅ Get final agreement in writing
248
+
249
+ ### Don'ts:
250
+ - ❌ Accept on the spot
251
+ - ❌ Give a salary history (if not required by law)
252
+ - ❌ Make ultimatums
253
+ - ❌ Lie about competing offers
254
+ - ❌ Be rude or aggressive
255
+ - ❌ Negotiate just for the sake of it
256
+ - ❌ Accept verbal promises without writing
257
+ - ❌ Burn bridges if it doesn't work out
258
+
259
+ ## Total Compensation Comparison
260
+
261
+ ### Side-by-Side Analysis
262
+
263
+ ```markdown
264
+ ## OFFER COMPARISON
265
+
266
+ | Component | Company A | Company B | Notes |
267
+ |-----------|-----------|-----------|-------|
268
+ | Base Salary | $150,000 | $140,000 | A wins |
269
+ | Target Bonus | 15% ($22,500) | 20% ($28,000) | B wins |
270
+ | Signing Bonus | $20,000 | $10,000 | A wins |
271
+ | Equity (annual) | $50,000 | $75,000 | B wins |
272
+ | 401k Match | 4% ($6,000) | 6% ($8,400) | B wins |
273
+ | Benefits | Standard | Premium | B wins |
274
+ | WFH | Hybrid (3 days) | Full remote | B wins |
275
+ | Vacation | 3 weeks | Unlimited | Depends |
276
+
277
+ **Year 1 Total Comp:**
278
+ Company A: $248,500
279
+ Company B: $261,400
280
+
281
+ **Analysis:** Company B is higher total comp, but Company A has higher base which affects future raises and mortgage qualification.
282
+ ```
283
+
284
+ ## Negotiation Timeline Template
285
+
286
+ ```
287
+ Day 1: Receive offer
288
+ - Thank them, express enthusiasm
289
+ - Ask for offer in writing
290
+ - Ask deadline for response
291
+
292
+ Day 1-3: Research
293
+ - Verify market rate
294
+ - Calculate total comp
295
+ - Identify priorities
296
+ - Prepare counter-offer
297
+
298
+ Day 3-5: Counter
299
+ - Send counter-offer email or schedule call
300
+ - Be specific about ask
301
+
302
+ Day 5-10: Discussion
303
+ - May require several rounds
304
+ - Be patient but responsive
305
+ - Stay professional and positive
306
+
307
+ Day 10+: Resolution
308
+ - Agree on terms
309
+ - Get everything in writing
310
+ - Sign and celebrate!
311
+ ```
312
+
313
+ ## Output Format
314
+
315
+ When preparing salary negotiation:
316
+
317
+ ```markdown
318
+ # SALARY NEGOTIATION STRATEGY
319
+
320
+ ## Market Research Summary
321
+ **Role:** [Title]
322
+ **Location:** [City/Remote]
323
+ **Experience Level:** [Years]
324
+
325
+ **Market Range:**
326
+ - 25th percentile: $XXX,XXX
327
+ - 50th percentile: $XXX,XXX (target)
328
+ - 75th percentile: $XXX,XXX
329
+ - 90th percentile: $XXX,XXX (stretch)
330
+
331
+ **Sources:** [List sources used]
332
+
333
+ ## Their Offer
334
+ | Component | Amount |
335
+ |-----------|--------|
336
+ | Base | $XXX,XXX |
337
+ | Bonus | X% |
338
+ | Equity | $XXX,XXX |
339
+ | Signing | $XXX |
340
+ | Total Year 1 | $XXX,XXX |
341
+
342
+ ## Your Counter
343
+ | Component | Ask | Justification |
344
+ |-----------|-----|---------------|
345
+ | Base | $XXX,XXX | [Why] |
346
+ | Signing | $XXX | [Why] |
347
+ | [Other] | | |
348
+
349
+ ## Counter-Offer Script
350
+ [Email template or call script customized for this situation]
351
+
352
+ ## If They Push Back
353
+ **Plan B:** [Alternative elements to negotiate]
354
+ **Walk-away Point:** [Your minimum]
355
+
356
+ ## Key Talking Points
357
+ 1. [Your experience/value point]
358
+ 2. [Market data point]
359
+ 3. [Specific achievement]
360
+
361
+ ## Questions to Clarify
362
+ - [Equity vesting schedule?]
363
+ - [Bonus guaranteed?]
364
+ - [Review cycle timeline?]
365
+ ```
366
+
367
+ ## Implementation Checklist
368
+
369
+ 1. ✅ Research market rate from 3+ sources
370
+ 2. ✅ Calculate total compensation (not just base)
371
+ 3. ✅ Identify your priorities
372
+ 4. ✅ Determine walk-away point
373
+ 5. ✅ Prepare counter-offer with justification
374
+ 6. ✅ Write or practice negotiation script
375
+ 7. ✅ Plan for pushback scenarios
376
+ 8. ✅ Get agreement in writing
377
+ 9. ✅ Review final offer letter carefully
378
+ 10. ✅ Sign and celebrate!
@@ -0,0 +1,70 @@
1
+ ---
2
+ name: grant-outreach
3
+ description: 'Use when user says "grant outreach", "propose grants to companies by email", "grant brokerage", or asks about HU/SK B2B cold-email rules. Matches a grant to a company, drafts a compliant pitch.'
4
+ tags: [eu-funding, outreach, email, grants, compliance, hungary, slovakia]
5
+ ---
6
+
7
+ # Grant outreach (HU / SK B2B)
8
+
9
+ Turn the funding-research capability into an outreach motion: find a live grant,
10
+ match it to companies that qualify, and email them a compliant proposal. This is a
11
+ brokerage / lead-gen service (not a product). Find the grants first with [[hu-grant-finder]].
12
+
13
+ ## Compliance first (one complaint can outweigh a deal)
14
+
15
+ HU and SK are **opt-in** countries for marketing email (SK: Act 351/2011 §62; HU: Grt.
16
+ + GDPR). Cold B2B email is defensible only on **GDPR legitimate interest** (Art 6(1)(f)),
17
+ and only done right:
18
+
19
+ - Email **generic company addresses** (`info@`, `obchod@`), never named persons.
20
+ - The pitch must be **genuinely relevant** (a grant the company actually qualifies for)
21
+ and tied to their professional role. That relevance *is* the legitimate interest.
22
+ - **Identify yourself** (company, address) and give a **one-click opt-out** in every mail.
23
+ - Keep a written **LIA** (legitimate interest assessment) and an opt-out / suppression log.
24
+ - Throttle, and never re-email an opt-out.
25
+ - Verify with the **Slovak DPA** (`dataprotection.gov.sk`) or **NAIH** (HU) or a lawyer
26
+ before scaling. This skill is not legal advice.
27
+
28
+ ## Workflow
29
+
30
+ 1. **Find a live grant** via [[hu-grant-finder]] (eligibility: sector, size, region, deadline).
31
+ 2. **Build a target list** of companies matching the eligibility, from public registers:
32
+ SK **ORSR** (`orsr.sk`) / **FinStat** (`finstat.sk`); HU **e-cégjegyzék** / Céginfo /
33
+ OPTEN. Keep only generic contact addresses.
34
+ 3. **Match + rank** each company to the grant: why they qualify, the amount, the deadline.
35
+ 4. **Draft** a short, personal email per company (use the `email-sequence-writer` skill for
36
+ the copy). Lead with their fit, not your service.
37
+ 5. **Send compliant** through an ESP with sender-ID + opt-out + throttle + suppression list.
38
+ 6. **Track** replies; price as success fee (% of grant won) or retainer.
39
+
40
+ ## Email skeleton (SK / HU, compliant)
41
+
42
+ ```
43
+ Subject: <Program> – <amount> for <their sector> (deadline <date>)
44
+
45
+ Dobrý deň / Tisztelt <Company>,
46
+
47
+ <Program X> is open and your company looks eligible: <1-line why: sector, size, region>.
48
+ It is <amount, %>, deadline <date>. Happy to send a 1-page fit check.
49
+
50
+ <Your name>, <Company>, <address> · <phone>
51
+ Unsubscribe: <link> (we will not email again)
52
+ ```
53
+
54
+ ## Rules
55
+
56
+ - Compliance is the gate, not an afterthought: generic address + real relevance +
57
+ sender-ID + opt-out + LIA, or do not send.
58
+ - Relevance is the legitimate-interest argument. A grant the company cannot win is spam;
59
+ match eligibility hard first via [[hu-grant-finder]].
60
+ - Never email a named individual or a scraped personal address; never re-email an opt-out.
61
+ - This is outreach, not legal counsel. Flag the Slovak DPA / NAIH check before scaling.
62
+
63
+ ## Example
64
+
65
+ User: "Let's offer Program Slovensko grants to other companies by email."
66
+
67
+ Pull the open grant + eligibility via [[hu-grant-finder]], build a target list from
68
+ ORSR / FinStat filtered to that eligibility, draft one relevant email per company to its
69
+ generic address with sender-ID + opt-out, log the LIA, and send throttled. Flag that B2B
70
+ cold email needs a legitimate-interest basis and a DPA check before scaling.
@@ -0,0 +1,114 @@
1
+ ---
2
+ name: hu-grant-finder
3
+ description: 'Use when user says "find grants", "pályázat", "támogatás", "GINOP", "DIMOP", "Hiventures", "EIC", or what funding a HU/SK company can apply for. Maps grants, loans, VC, not tenders.'
4
+ tags: [eu-funding, grants, palyazat, ginop, hungary, venture-capital]
5
+ ---
6
+
7
+ # Hungarian / EU grant & funding finder
8
+
9
+ Map the funding a company can actually get, by channel and by stage. Built for
10
+ agentic-AI / IT companies in Hungary (extendable to SK). **Grants are not tenders**,
11
+ for public procurement (selling to the state) use [[ted-tender-search]].
12
+
13
+ ## First: pick the right channel (they get confused constantly)
14
+
15
+ | Channel | What it is | You... | Repay? |
16
+ |---|---|---|---|
17
+ | **Közbeszerzés / tender** | TED procurement | *sell* services to the state | no (you earn) |
18
+ | **Támogatás / grant** | GINOP/DIMOP, EU grants | get non-repayable money for a project | no |
19
+ | **Kedvezményes hitel** | MFB / GINOP loan programs | borrow cheap (often 0%) | **yes** |
20
+ | **Kockázati tőke / VC** | Hiventures, EIC, EU funds | take equity investment | no, but give **equity** |
21
+
22
+ ## The funding ladder (Hungarian micro/IT company)
23
+
24
+ ```
25
+ 0 lezárt év 1+ lezárt üzleti év deep-tech / scalable product
26
+ ────────── ────────────────── ───────────────────────────
27
+ Vállalkozóvá válás KKV grants & 0% loans Hiventures (GINOP 2.5.1, ≤€300k)
28
+ (NFSZ, ~4,9M Ft, (DIMOP/GINOP — when a round EIC Accelerator (≤€2,5M + equity)
29
+ if jobseeker) is open; check forrás left) → needs TRL6 product + company
30
+ + "saját honlap" EV closed year COUNTS; → "only-software" firms may be
31
+ voucher (0,4–2M) don't found a fresh Kft and excluded from VC — verify
32
+ reset the closed-year clock
33
+ ```
34
+
35
+ ## Canonical sources (check live, frames run "until funds run out")
36
+
37
+ - **palyazat.gov.hu**, official Széchenyi Terv Plusz portal; the *active list* is the
38
+ source of truth for open/closed. JS-rendered: status reliable, deep params need the PDF.
39
+ - **nkfih.gov.hu**, innovation & VC calls (GINOP 2.x). Often slow/times out, be patient.
40
+ - **mfb.hu**, the loan programs (GINOP 1.4.x KKV Technológia Hitel).
41
+ - **hiventures.hu**, the early-stage VC fund manager (runs GINOP 2.5.1, ≤€300k).
42
+ - **eic.ec.europa.eu**, EIC Accelerator (deep-tech, ≤€2,5M grant + equity).
43
+ - **ec.europa.eu/info/funding-tenders**, EU Funding & Tenders Portal.
44
+ - Aggregators (palyazatmenedzser, palyaz.hu, eumanagement) are useful for the *active
45
+ list* but are **paywalled / conflicting** on detail and status, confirm against official.
46
+
47
+ ## Slovakia (SK) sources
48
+
49
+ The same channels, ladder, and gotchas apply; swap the Hungarian portals for the SK ones:
50
+
51
+ | Channel | HU | SK equivalent |
52
+ |---|---|---|
53
+ | EU-funds portal (source of truth) | palyazat.gov.hu | **ITMS21+** (`portal.itms21.sk`, `itms2014.sk`) |
54
+ | Operational programme | Széchenyi Terv Plusz | **Program Slovensko 2021-2027** (`eurofondy.gov.sk`) |
55
+ | Cheap loan / digital | MFB, GINOP 1.4.x | **Plán obnovy / VAIA** via SIH (digital, rate cut + up to 30% loan forgiveness) |
56
+ | Early-stage VC | Hiventures | **Venture to Future Fund** (`vff.sk`) via Slovak Investment Holding (EIB + MoF, IT focus) |
57
+ | Micro / SME | KKV grants | **Slovak Business Agency (SBA)** microloans €2,500-50,000; **National Holding Fund** €20k-1.5M (IT) |
58
+ | Innovation / R&D advisory | NKFIH | **SIEA** regional advisory; **APVV / VAIA** R&D grants |
59
+
60
+ EU-level (EIC, Digital Europe, Horizon) is shared across both countries. Confirm live
61
+ status on the SK portal, the same "funds run out" caveat applies.
62
+
63
+ ## Hard-won gotchas (verified this domain, they bite every time)
64
+
65
+ - **Closed-year wall.** Most KKV grants/loans (DIMOP 1.2.6, GINOP 1.4.3) require ≥1
66
+ full closed business year + ≥1 employee. A brand-new company cannot apply day one.
67
+ - **EV counts.** An egyéni vállalkozó's closed tax year *is* a closed business year, and
68
+ EV is usually an eligible form. Don't throw that history away by founding a fresh Kft.
69
+ - **Region split.** For DIMOP/GINOP the line is Budapest (`/C`) vs. every other county
70
+ (`/B`, "less developed"), wealthy counties like Győr-Moson-Sopron are in the *favoured*
71
+ `/B`, but ~65% of some loan frames is ring-fenced for the 4 most-disadvantaged regions.
72
+ - **Timing kills.** Frames close on *forráskimerülés* (funds exhausted), often before the
73
+ stated deadline. The spring-2026 round closed DIMOP 1.2.6/B, GINOP 1.2.4, 2.1.3, 2.1.4.
74
+ Always re-check the active list the same day.
75
+ - **VC ≠ free.** Hiventures/EIC take equity and need a TRL6 working product + a company.
76
+ - **"Only software" exclusion.** GINOP 2.5.1 (Hiventures) excludes firms developing *only*
77
+ immaterial assets (software). A pure SaaS/agent-wrapper play may not qualify, needs a
78
+ data/hardware/vertical asset beyond code. Verify the exact clause in the call PDF.
79
+ - **Deep-tech ≠ SaaS for EIC.** An LLM-wrapper is SaaS, not deep tech; EIC wants
80
+ breakthrough + technological risk. Hungary is a "widening" country → EIC **Pre-Accelerator**
81
+ is the realistic stepping stone before the full Accelerator.
82
+
83
+ ## Research procedure
84
+
85
+ 1. **Classify the ask**, tender / grant / loan / VC (table above). Wrong channel wastes hours.
86
+ 2. **Place on the ladder**, how many closed business years? That gates everything.
87
+ 3. **Pull the active list**, palyazat.gov.hu (grants/loans) + hiventures.hu / eic (VC).
88
+ Filter to the company's region and form.
89
+ 4. **Confirm status + eligibility** from the official call PDF (not aggregators): open?
90
+ closed-year requirement? region? amount? intensity? exclusions?
91
+ 5. **Rank by fit**, run `/roi-estimator` when listing 3+ options.
92
+ 6. **Tag confidence**, amounts/deadlines move weekly; mark unverified figures and name the
93
+ one thing to confirm by phone (NKFIH / kormányhivatal) before the user acts.
94
+
95
+ ## Rules
96
+
97
+ - Never quote a grant amount, deadline, or eligibility from memory, it is stale. Fetch live
98
+ and tag confidence; a "verify at palyazat.gov.hu" beats a confident wrong number.
99
+ - State the channel explicitly every time (grant vs loan vs equity), the user conflates them.
100
+ - Match the portal to the company's country: HU goes to palyazat.gov.hu, SK to ITMS21+ /
101
+ eurofondy.gov.sk. Don't quote a Hungarian program to a Slovak company or vice versa.
102
+ - Surface the closed-year and region gates *before* detailing amounts; they disqualify fastest.
103
+ - For procurement/tenders, hand off to [[ted-tender-search]]. For deep research sweeps, [[defuddle]].
104
+
105
+ ## Example
106
+
107
+ User: "I just started a Hungarian IT company. What grants can I apply for?"
108
+
109
+ Classify (grant, not tender), place on the ladder: 0 closed years means the big KKV
110
+ grants (DIMOP, GINOP) are gated out, so day-one is vállalkozóvá válás (if a jobseeker
111
+ founder) plus the saját-honlap voucher; the real money opens after one closed business
112
+ year. If the company is a scalable AI *product* at TRL6, route to Hiventures (GINOP
113
+ 2.5.1, equity), watching the "only software" exclusion. Pull the live active list from
114
+ palyazat.gov.hu, confirm eligibility in the call PDF, and tag every amount's confidence.
@@ -0,0 +1,26 @@
1
+ # Activation evals — hu-grant-finder
2
+
3
+ Run by judging each query against the `description:` only: does it fire?
4
+ Pass bar: >=90% of TRIGGER fire, <=10% of NO-TRIGGER false-fire.
5
+
6
+ ## TRIGGER (must fire)
7
+
8
+ - what grants can my Hungarian company apply for?
9
+ - pályázat IT cégnek
10
+ - GINOP DIMOP support amounts
11
+ - is there funding for a new startup in Hungary?
12
+ - Hiventures venture capital eligibility
13
+ - EIC Accelerator for my AI company
14
+ - támogatás induló vállalkozásnak
15
+ - what EU funding can a Slovak company get?
16
+
17
+ ## NO-TRIGGER (must NOT fire — route elsewhere)
18
+
19
+ - find EU tenders to bid on → ted-tender-search
20
+ - search TED notices → ted-tender-search
21
+ - write a grant application PDF → gstack/document-generate
22
+ - scrape palyazat.gov.hu → gstack/scrape
23
+ - review my code → none
24
+
25
+ Last run (after EIC re-added, boundary = "not tenders"):
26
+ 8/8 trigger, 0/5 false-fire = 100%.
@@ -0,0 +1,80 @@
1
+ ---
2
+ name: ted-tender-search
3
+ description: 'Use when user says "find EU tenders", "TED search", "public procurement", "közbeszerzés", or wants EU procurement notices by CPV, country, or keyword. Queries the free official TED API (no key).'
4
+ tags: [eu-funding, tenders, procurement, ted, hungary]
5
+ ---
6
+
7
+ # TED tender search
8
+
9
+ Search live EU public-procurement notices through the **official TED API** (Tenders
10
+ Electronic Daily). Free, no API key, no scraper. This is the canonical source,
11
+ Apify/Firecrawl and most "TED MCPs" just resell this same data.
12
+
13
+ - **Endpoint:** `POST https://api.ted.europa.eu/v3/notices/search`
14
+ - **Auth:** none
15
+ - **Notice page:** `https://ted.europa.eu/en/notice/<publication-number>` (e.g. `568232-2025`)
16
+
17
+ ## Run a search (one command)
18
+
19
+ `scripts/ted-search.sh` builds the query, calls the API, and prints the newest 15
20
+ notices ranked, with buyer + notice URL. Args: buyer country, CPV codes, scope, limit.
21
+
22
+ ```bash
23
+ scripts/ted-search.sh HUN "72000000 48000000 73000000" ACTIVE 50
24
+ ```
25
+
26
+ It prints `TOTAL match: <n>` (the full count, not just the page). For custom filters
27
+ (`place-of-performance`, `FT ~ (...)`) build the body by hand using the fields below;
28
+ the request is `POST https://api.ted.europa.eu/v3/notices/search` with JSON
29
+ `{query, fields, limit, scope}`, `scope` = `ACTIVE` (open) or `ALL` (historical).
30
+
31
+ ## Query language (verified fields)
32
+
33
+ | Filter | Field | Example |
34
+ |---|---|---|
35
+ | CPV code | `classification-cpv IN (...)` | `classification-cpv IN (72000000 48000000)` |
36
+ | Buyer's country | `organisation-country-buyer IN (...)` | `organisation-country-buyer IN (HUN)` |
37
+ | Where work is performed | `place-of-performance IN (...)` | `place-of-performance IN (HUN SVK)` |
38
+ | Full text (title/summary) | `FT ~ ("..." "...")` | `FT ~ ("artificial intelligence" "mesterséges intelligencia")` |
39
+
40
+ - Combine with `AND` / `OR`. Country codes are **ISO 3-letter** (`HUN`, `SVK`, `AUT`).
41
+ - `organisation-country-buyer` (who buys) is usually a sharper filter than
42
+ `place-of-performance` (where work happens), the latter also catches EU-institution
43
+ contracts that merely touch the country.
44
+ - `FT ~ (...)` searches a narrow title/summary field, expect few hits; it is for
45
+ pinpointing, not broad discovery.
46
+
47
+ ## CPV codes for IT / AI / software work
48
+
49
+ | CPV | Domain |
50
+ |---|---|
51
+ | `72000000` | IT services: consulting, software development, internet, support |
52
+ | `48000000` | Software packages and information systems |
53
+ | `73000000` | R&D services |
54
+
55
+ ## Ranking
56
+
57
+ The API has no relevance sort, so `ted-search.sh` ranks by recency (the publication
58
+ number embeds the year, `NNNNNN-YYYY`) and picks the `eng` then `hun` value from the
59
+ multilingual title/buyer objects (`{"eng":[...], "hun":[...]}`). Edit the script's
60
+ final `python3` filter to sort by a different field.
61
+
62
+ ## Rules
63
+
64
+ - Always hit the official API first; do not reach for a paid scraper or a TED MCP for
65
+ search, they wrap this same free endpoint.
66
+ - Use `scope: "ACTIVE"` for biddable tenders; `"ALL"` only to size history.
67
+ - Report `totalNoticeCount`, not just the page you pulled, so the user sees the real universe.
68
+ - Every tender you surface carries its publication number + notice URL. No number, not in the list.
69
+ - A new company rarely wins a tender directly (references/turnover needed), flag the
70
+ subcontractor route. For *grants/funding* (not procurement), use [[hu-grant-finder]].
71
+
72
+ ## Example
73
+
74
+ User: "Find open IT tenders from Hungarian buyers."
75
+
76
+ Query `classification-cpv IN (72000000 48000000 73000000) AND organisation-country-buyer IN (HUN)`
77
+ with `scope: "ACTIVE"`, report `totalNoticeCount`, then list the newest 15 with
78
+ publication number + notice URL. Add `place-of-performance IN (HUN SVK)` to widen to
79
+ Slovakia, or `FT ~ ("artificial intelligence" "mesterséges intelligencia")` to pinpoint
80
+ AI notices.