-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Wordpress Tool #349
base: main
Are you sure you want to change the base?
feat: Wordpress Tool #349
Conversation
f9b0abd
to
0eccb2b
Compare
not building for me [server] time="2025-01-23T16:19:10-07:00" level=error msg="Failed to load tool github.com/obot-platform/tools/wordpress: run encountered an error: run encountered an error: status code 500 with error output: failed to load program: failed linking List Users at ../tools/wordpress/tool.gpt: failed resolving ./credential from ../tools/wordpress/tool.gpt: failed resolving ../../basic-auth as wordpress with wordpress_site as url_field and WORDPRESS_SITE as url_env and wordpress_username as username_field and WORDPRESS_USERNAME as username_env and wordpress_password as password_field and WORDPRESS_PASSWORD as password_env and "Enter your Wordpress site url, username and password or application password. It's recommended to use application password, which can be generated from an |
@cjellick it seems that the server doesn't like it when the credential message is too long. I fixed it, it should work now. |
@thedadams is looking into it. I thought it was length to but it seems to be a keyword. |
WordPress Tool(obot-platform/obot#1035) for cloud-hosting-platforms' wordpress sites and user self-hosted sites, typically hosted on platforms like bluehost, wpengine, ...etc.
NOTE: Not working for Wordpress.com
Functions:
This tool uses Basic Auth, its UI looks like this:
The user need to config 3 fields:
username, password(or application password), and the wordpress_site.
I updated the basic-auth tool, pls let me know if it looks good to you @njhale @thedadams , the url_field is optional so it won't affect the bluesky tool.