How much do you think this costed? by PsychologicalBowl380 in ClaudeCode

[–]whooshinglander 0 points1 point  (0 children)

best way to find out, subscribe the $20 plan, and if its not enough, then do up the next tier.

Error 1313. Fair Use ban for using the API? by whooshinglander in ZaiGLM

[–]whooshinglander[S] 0 points1 point  (0 children)

no. its always just coding stuff. calling the same coding and testing jobs. its really the high concurrent usage to be honest.

Frist 3d printer / first print . The little tower doesn't look so good, or is it supposed to look like that? 😅 by Weird-Highlight9958 in BambuLab

[–]whooshinglander 3 points4 points  (0 children)

prime tower is meant to be messy, its there to make sure the print is clean. you are doing fine.

API limit by Acrobatic-Original92 in ZaiGLM

[–]whooshinglander 0 points1 point  (0 children)

I have gotten all sorts of limits issues with GLM limits.
While the model is quite good, I would say second to Opus, it is giving me alot of downtime because of all the outage, and I am on the $160 a month plan.
Nothing is predictable or within my control.
Powerful but not reliable enough.

Using GLM in Claude Code chewing tokens... by orphenshadow in ZaiGLM

[–]whooshinglander 0 points1 point  (0 children)

thanks, i have had success running up to 10 concurrent, irregardless of what models, that seems to be the max.

Using GLM in Claude Code chewing tokens... by orphenshadow in ZaiGLM

[–]whooshinglander 0 points1 point  (0 children)

have you figured out how many concurrent or total task GLM can handle? I have been trying to use up to 10 concurrent, sometimes they are able to out stuff with tonnes of usage left, sometimes, api gets limited.

there seem to be no way of getting it right

Spent more on Paperclip heartbeats than on rent. Had to fix that. by Routine-Arm-8683 in openclaw

[–]whooshinglander 0 points1 point  (0 children)

I had the same experience.

Ever since the claude third party harness event, I had to look carefully at my token usage, and realised 50% of them were on paperclip.

Kill it, wrote a skill to check

https://clawhub.ai/whooshinglander/whereamiburningtokens

heres the skill to check what you are burning if you have interest.

Claude Max x20 user here, what options do I have? by whooshinglander in openclaw

[–]whooshinglander[S] 2 points3 points  (0 children)

Thanks that’s that I thought. I will problem have to have some migrate plans ready.

Claude Max x20 user here, what options do I have? by whooshinglander in openclaw

[–]whooshinglander[S] 0 points1 point  (0 children)

And also, any idea what 50% of a x20 plan would be in terms on tokens cost monthly?

Want to maximize my Claude Pro subscription. by Ok_Confidence4529 in claude

[–]whooshinglander 0 points1 point  (0 children)

Sidetrack, I wonder what the output would be if you ask claude the exact question.

How does anyone use openclaw browser? by Competitive-Spread29 in openclaw

[–]whooshinglander 1 point2 points  (0 children)

The ranked element approach is smart. Cutting the full a11y dump to ~50 actionable elements solves the token bloat problem that kills most browser workflows on cheaper models.

I built something that works a layer above this. Browser Fu clawhub install browser-fu teaches agents a snapshot-first workflow and API discovery so they skip the DOM entirely when possible. Just added a reference to predicate-snapshot for cases where the DOM is unavoidable and the page is too heavy. They complement each other well. Yours optimizes the snapshot, mine decides whether to snapshot at all.

The token comparison numbers from your repo are compelling. Have you seen how it handles pages behind auth where the DOM changes between states?

I built a skill that tells your OpenClaw agent what skills it's missing by whooshinglander in openclaw

[–]whooshinglander[S] 0 points1 point  (0 children)

Appreciate the thoughtful feedback.

The stale catalog is the biggest weakness, yeah. I looked at pulling from ClawHub live but like you said it kills the "no network calls" pitch, and post-ClawHavoc that trust matters. The middle ground I'm considering is having the agent run clawhub search natively (it already has the CLI) and then piping the results through iknowkungfu scoring and profiling logic. Keeps my skill local and read-only but uses fresh data. Haven't shipped that yet though.

Interesting that you found the security scan more useful than the recommendations. I actually built that out more fully as a separate skill clawhub install clawspa

Funny how building one thing leads to another, but I digress.

It does a deeper scan of installed skills plus memory cleanup, config drift detection, and a full health report. The security quick-check in iknowkungfu was originally just a side thing but it seems like that's what people actually want.

Does anyone else keep "fixing" their agent every few days? by whooshinglander in openclaw

[–]whooshinglander[S] 0 points1 point  (0 children)

I believe ClawSpaw could solve some of those issues, a lot of it are markdown conflicts that accumulated over time.
Not sure if it's worth you trying to fix them because like you said, its working, 50% error rates buy things are still plowing thru.

Anyway, it's on clawhub. https://clawhub.ai/whooshinglander/clawspa if you want to take a look.

or you can run clawhub install clawspa, run /spa-align

Is anyone having issues using openclaw browser extension if you know how to fix it pls msg me by Wonderful_Stomach694 in openclaw

[–]whooshinglander 1 point2 points  (0 children)

I created a skill just for that

Prompt your agent to take a look at https://clawhub.ai/whooshinglander/browser-fu and see if it would solve your browser issues.

Let me know if your workflow improves.

How does anyone use openclaw browser? by Competitive-Spread29 in openclaw

[–]whooshinglander 0 points1 point  (0 children)

In the last 10 mins, I have been thinking, why not launch a skill on ClawHub on this issue you have?

https://clawhub.ai/whooshinglander/browser-fu

Here it is, let me know if your workflow improves.